Skip to content

Commit

Permalink
Merge pull request #3460 from semgrep/cooper/saf-1013
Browse files Browse the repository at this point in the history
fix: no pro finding for raw-html-concat.js:18
  • Loading branch information
kopecs authored Aug 27, 2024
2 parents 3c793a0 + c4e709b commit 7e9aa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/browser/security/raw-html-concat.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(function ($) {

var x = `<div align="left">${content}</div>`

// ruleid: raw-html-concat
// ruleid: deepok: raw-html-concat
return '<div align="' + (attrs.defaultattr || 'left') + '">' + newContent + '</div>';
},
isInline: false
Expand Down

0 comments on commit 7e9aa19

Please sign in to comment.