Skip to content

Commit 3e0c017

Browse files
committed
Indicators of Attack
Adding Indicators of Attack based on this: #466 issue.
1 parent 5c6a566 commit 3e0c017

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

mappings/cvss_v3/cvss_v3.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,10 @@
718718
"id": "indicators_of_compromise",
719719
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N"
720720
},
721+
{
722+
"id": "indicators_of_attack",
723+
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N"
724+
},
721725
{
722726
"id": "insecure_data_storage",
723727
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N",

mappings/cwe/cwe.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,10 @@
496496
"id": "indicators_of_compromise",
497497
"cwe": null
498498
},
499+
{
500+
"id": "indicators_of_attack",
501+
"cwe": null
502+
},
499503
{
500504
"id": "insecure_data_storage",
501505
"cwe": [

mappings/remediation_advice/remediation_advice.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,10 @@
893893
"id": "indicators_of_compromise",
894894
"remediation_advice": ""
895895
},
896+
{
897+
"id": "indicators_of_attack",
898+
"remediation_advice": ""
899+
},
896900
{
897901
"id": "insecure_data_storage",
898902
"remediation_advice": "Consider encrypting data for storage, using the strongest encryption algorithms such as AES with a minimum of a 256-bit key size.",

vulnerability-rating-taxonomy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,6 +1484,12 @@
14841484
"type": "category",
14851485
"priority": null
14861486
},
1487+
{
1488+
"id": "indicators_of_attack",
1489+
"name": "Indicators of Attack",
1490+
"type": "category",
1491+
"priority": null
1492+
},
14871493
{
14881494
"id": "insecure_data_storage",
14891495
"name": "Insecure Data Storage",

0 commit comments

Comments
 (0)