Skip to content

Commit e8ce875

Browse files
TimmyBugcrowdabhinav-nain
authored andcommitted
Indicators of Attack
Adding Indicators of Attack based on this: #466 issue.
1 parent 8283284 commit e8ce875

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
@@ -784,6 +784,10 @@
784784
"id": "indicators_of_compromise",
785785
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N"
786786
},
787+
{
788+
"id": "indicators_of_attack",
789+
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N"
790+
},
787791
{
788792
"id": "insecure_data_storage",
789793
"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
@@ -901,6 +901,10 @@
901901
"id": "indicators_of_compromise",
902902
"remediation_advice": ""
903903
},
904+
{
905+
"id": "indicators_of_attack",
906+
"remediation_advice": ""
907+
},
904908
{
905909
"id": "insecure_data_storage",
906910
"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
@@ -1579,6 +1579,12 @@
15791579
"type": "category",
15801580
"priority": null
15811581
},
1582+
{
1583+
"id": "indicators_of_attack",
1584+
"name": "Indicators of Attack",
1585+
"type": "category",
1586+
"priority": null
1587+
},
15821588
{
15831589
"id": "insecure_data_storage",
15841590
"name": "Insecure Data Storage",

0 commit comments

Comments
 (0)