Merge pull request #2 from s0md3v/master

Merge
This commit is contained in:
stoXe
2019-05-22 13:05:48 -07:00
committed by GitHub
2 changed files with 38 additions and 0 deletions

8
.whitesource Normal file
View File

@@ -0,0 +1,8 @@
{
"generalSettings": {
"shouldScanRepo": true
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure"
}
}

View File

@@ -96,6 +96,15 @@
}, },
"severity": "medium", "severity": "medium",
"info" : [ "https://bugs.jquery.com/ticket/11974", "https://nvd.nist.gov/vuln/detail/CVE-2015-9251", "http://research.insecurelabs.org/jquery/test/" ] "info" : [ "https://bugs.jquery.com/ticket/11974", "https://nvd.nist.gov/vuln/detail/CVE-2015-9251", "http://research.insecurelabs.org/jquery/test/" ]
},
{
"below" : "3.4.0",
"identifiers": {
"CVE" : [ "CVE-2019-11358" ],
"summary": "jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution"
},
"severity" : "low",
"info" : [ "https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/", "https://nvd.nist.gov/vuln/detail/CVE-2019-11358", "https://github.com/jquery/jquery/commit/753d591aea698e57d6db58c9f722cd0808619b1b" ]
} }
@@ -1321,6 +1330,27 @@
"summary": "cross-site scripting vulnerability" "summary": "cross-site scripting vulnerability"
}, },
"info" : [ "https://github.com/twbs/bootstrap/pull/3421" ] "info" : [ "https://github.com/twbs/bootstrap/pull/3421" ]
},
{
"below" : "4.3.1",
"atOrAbove" : "4.0.0",
"identifiers": {
"issue" : "28236",
"summary": "XSS in data-template, data-content and data-title properties of tooltip/popover",
"CVE" : ["CVE-2019-8331"]
},
"severity" : "high",
"info" : [ "https://github.com/twbs/bootstrap/issues/28236" ]
},
{
"below" : "3.4.1",
"identifiers": {
"issue" : "28236",
"summary": "XSS in data-template, data-content and data-title properties of tooltip/popover",
"CVE" : ["CVE-2019-8331"]
},
"severity" : "high",
"info" : [ "https://github.com/twbs/bootstrap/issues/28236" ]
} }
], ],
"extractors" : { "extractors" : {