Add MITRE ATT&CK ID forms to polyprop definitions#4904
Merged
mikemoritz merged 3 commits intosynapse-3xxfrom Apr 20, 2026
Merged
Add MITRE ATT&CK ID forms to polyprop definitions#4904mikemoritz merged 3 commits intosynapse-3xxfrom
mikemoritz merged 3 commits intosynapse-3xxfrom
Conversation
Allow MITRE ATT&CK ID forms to be used on the :id properties of their corresponding entity/risk forms by defining named poly types and overriding the :id and :ids properties on each form. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
NOTE: This PR is a temporary solution to unblock power-up modeling. SYN-10572 was created to track the final solution. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## synapse-3xx #4904 +/- ##
============================================
Coverage 96.47% 96.48%
============================================
Files 259 259
Lines 63207 63207
============================================
+ Hits 60981 60983 +2
+ Misses 2226 2224 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Cisphyx
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
risk:threat:id,entity:campaign:id,risk:tool:software:id,meta:technique:id,risk:mitigation:id,plan:phase:id) that include the corresponding MITRE ATT&CK ID form withbase:idfallback:idand:idsproperties onrisk:threat,entity:campaign,risk:tool:software,meta:technique,risk:mitigation, andplan:phaseto use the new poly typestest_model_infotech.pyverifying MITRE IDs resolve to the correct formsTest plan
test_model_risk,test_model_entity,test_model_planning)test_infotech_mitreassertions verify each MITRE ID form resolves correctly on its target form's:idproperty🤖 Generated with Claude Code