Skip to content

Commit

Permalink
Add bitsquatting (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
csimas1 authored and barnett committed Sep 21, 2017
1 parent c3f1ad1 commit b953b6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- mobile_security_misconfiguration.tapjacking
- server_security_misconfiguration.misconfigured_dns.missing_caa_record
- mapping of VRT to CVSS V3
- server_security_misconfiguration.bitsquatting

### Removed
- missing_function_level_access_control
Expand Down
4 changes: 4 additions & 0 deletions mappings/cvss_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@
"cvss_v3": "AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N"
}
]
},
{
"id": "bitsquatting",
"cvss_v3": "AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N"
}
]
},
Expand Down
6 changes: 6 additions & 0 deletions vulnerability-rating-taxonomy.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,12 @@
"priority": 4
}
]
},
{
"id": "bitsquatting",
"name": "Bitsquatting",
"type": "subcategory",
"priority": 5
}
]
},
Expand Down

0 comments on commit b953b6d

Please sign in to comment.