Skip to content

Commit

Permalink
Merge branch 'main' into issue-OWASP-BLT#1354
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Nov 1, 2023
2 parents 7b66142 + 80096ea commit a1ed774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/static/vendor/bootstrap/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ function sanitizeInput(input) {
Dropdown.VERSION = '3.3.7'

function getParent($this) {
var selector = $this.attr('data-target')
var selector = sanitizeSelector($this.attr('data-target'))

if (!selector) {
selector = $this.attr('href')
Expand Down

0 comments on commit a1ed774

Please sign in to comment.