Skip to content

Commit

Permalink
FIxed #595 - Incorrect parsing of the values for Ticketbleed finding …
Browse files Browse the repository at this point in the history
…in SSLlabs.
  • Loading branch information
MrSeccubus committed Oct 27, 2017
1 parent cc33464 commit 0fab7cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -156,3 +156,4 @@ Enhancements
Bug Fixes
---------
* #593 - Fixed incorrect parsing of the values for poodleTls finding in SSLlabs.
* #595 - Fixed incorrect parsing of the values for Ticketbleed finding in SSLlabs.
13 changes: 10 additions & 3 deletions scanners/SSLlabs/details.json
Expand Up @@ -255,9 +255,16 @@
"description" : "Static Private Key Pinning meanse that the hpkpPolicy is statically embedded in the browser (See: https://community.qualys.com/thread/17152-what-is-static-public-key-pinning)"
},
"ticketbleed" : {
"type" : "vulnerability",
"name" : "TicketBleed",
"note" : "More information on Ticketbleed CVE-2016-9244 can be found here: https://filippo.io/Ticketbleed/"
"type" : "list",
"values" : [
"Test failed",
"Unknown",
"Not vulnerable",
"Vulnerable and insecure"
],
"description" : "Ticketbleed vulnerability test results : \n",
"startsAt" : -1,
"note" : "More information on Ticketbleed (CVE-2016-9244) can be found here: https://filippo.io/Ticketbleed/"
},
"vulnBeast" : {
"type" : "vulnerability",
Expand Down

0 comments on commit 0fab7cc

Please sign in to comment.