Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: no pro finding for raw-html-concat.js:18 #3460

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Conversation

kopecs
Copy link
Contributor

@kopecs kopecs commented Aug 26, 2024

We should not expect a pro finding here since the tainted newContent is not in scope, so this actually throws ReferenceError. See also discussion on SAF-1013.

Cf. a version written with var, where hoisting would mean that newContent would be in scope, and the test should generate a finding.

We should not expect a pro finding here since the tainted `newContent`
is not in scope, so this actually throws `ReferenceError`. See also
discussion on SAF-1013.
@kopecs kopecs requested a review from neuroo August 26, 2024 15:14
@kopecs
Copy link
Contributor Author

kopecs commented Aug 27, 2024

Apparently we only support deepok second
@kopecs kopecs merged commit 7e9aa19 into develop Aug 27, 2024
8 checks passed
@kopecs kopecs deleted the cooper/saf-1013 branch August 27, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants