Update copyright statement; fix invalid bundle IDs in marking definitions; typo correction on M1026

This commit is contained in:
Isabel Tuson
2020-03-09 10:48:09 -04:00
parent b2205dff90
commit 3ce4e48dd9
6 changed files with 35 additions and 35 deletions
@@ -1,17 +1,17 @@
{
"type": "bundle",
"id": "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168",
"id": "bundle--2434d2f8-1824-4225-bc22-527cd0a454cc",
"spec_version": "2.0",
"objects": [
{
"type": "marking-definition",
"definition": {
"statement": "Copyright 2017, The MITRE Corporation"
},
"id": "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168",
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"created": "2017-06-01T00:00:00Z",
"id": "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168",
"definition_type": "statement"
"definition_type": "statement",
"definition": {
"statement": "Copyright 2015-2020, The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation."
}
}
]
}
+5 -5
View File
@@ -15513,13 +15513,13 @@
},
{
"type": "marking-definition",
"definition": {
"statement": "Copyright 2017, The MITRE Corporation"
},
"id": "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168",
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"created": "2017-06-01T00:00:00Z",
"id": "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168",
"definition_type": "statement"
"definition_type": "statement",
"definition": {
"statement": "Copyright 2015-2020, The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation."
}
}
]
}