Skip to content

Commit

Permalink
broken_cryptography fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhas3c committed Nov 17, 2023
1 parent 2de4acd commit e284a20
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions vulnerability-rating-taxonomy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2004,6 +2004,25 @@
}
]
},
{
"id": "broken_cryptography",
"name": "Broken Cryptography",
"type": "category",
"children": [
{
"id": "use_of_broken_cryptographic_primitive",
"name": "Use of Broken Cryptographic Primitive",
"type": "subcategory",
"priority": 3
},
{
"id": "use_of_vulnerable_cryptographic_library",
"name": "Use of Vulnerable Cryptographic Library",
"type": "subcategory",
"priority": 4
}
]
},
{
"id": "side_channel_attack",
"name": "Side-Channel Attack",
Expand Down Expand Up @@ -2055,25 +2074,6 @@
}
]
},
{
"id": "broken_cryptography",
"name": "Broken Cryptography",
"type": "category",
"children": [
{
"id": "use_of_broken_cryptographic_primitive",
"name": "Use of Broken Cryptographic Primitive",
"type": "subcategory",
"priority": 3
},
{
"id": "use_of_vulnerable_cryptographic_library",
"name": "Use of Vulnerable Cryptographic Library",
"type": "subcategory",
"priority": 4
}
]
},
{
"id": "privacy_concerns",
"name": "Privacy Concerns",
Expand Down

0 comments on commit e284a20

Please sign in to comment.