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

Fixed 'escaping the escape' xss technique false positives #2173

Merged
merged 7 commits into from
Jan 14, 2025

Conversation

liquidsec
Copy link
Collaborator

Fixes #2172, adds Javascript quote context detection function, adds tests for all new functionality and existing 'escape the escape' quote technique within lightfuzz xss submodule.

Copy link

codecov bot commented Jan 14, 2025

Codecov Report

Attention: Patch coverage is 98.07692% with 2 lines in your changes missing coverage. Please review.

Project coverage is 93%. Comparing base (2a73f4d) to head (c8a81af).
Report is 46 commits behind head on lightfuzz.

Files with missing lines Patch % Lines
bbot/modules/lightfuzz_submodules/xss.py 95% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           lightfuzz   #2173   +/-   ##
=========================================
+ Coverage         93%     93%   +1%     
=========================================
  Files            386     388    +2     
  Lines          31450   31532   +82     
=========================================
+ Hits           29042   29127   +85     
+ Misses          2408    2405    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@liquidsec liquidsec merged commit 6e41245 into lightfuzz Jan 14, 2025
14 checks passed
@liquidsec liquidsec deleted the lightfuzz-javascript-quote-context branch January 14, 2025 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants