Skip to content

Commit

Permalink
fixing syntax part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsun757 committed Jul 18, 2023
1 parent 9ea41a6 commit 219d491
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions docs/diffinstix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,33 +59,33 @@ This is the overall structure you can expect to find in the file.
A brief explanation of key pieces can be found below.
.. code-block:: json
{
"enterprise-attack": {
"techniques": {
"additions": [],
"major_version_changes": [],
"minor_version_changes": [],
"other_version_changes": [],
"patches": [],
"revocations": [],
"deprecations": [],
"deletions": [],
},
"software": {},
"groups": {},
"campaigns": {},
"mitigations": {},
"datasources": {},
"datacomponents": {}
{
"enterprise-attack": {
"techniques": {
"additions": [],
"major_version_changes": [],
"minor_version_changes": [],
"other_version_changes": [],
"patches": [],
"revocations": [],
"deprecations": [],
"deletions": [],
},
"mobile-attack": {},
"ics-attack": {},
"new-contributors": [
"Contributor A",
"Contributor B",
"Contributor C"
]
}
"software": {},
"groups": {},
"campaigns": {},
"mitigations": {},
"datasources": {},
"datacomponents": {}
},
"mobile-attack": {},
"ics-attack": {},
"new-contributors": [
"Contributor A",
"Contributor B",
"Contributor C"
]
}
* The top-level objects include information about specific domains as well as `new-contributors`, which are only found in the newer ATT&CK release.
Expand Down

0 comments on commit 219d491

Please sign in to comment.