Conversation
liquidsec
marked this pull request as draft
August 19, 2025 18:51
liquidsec
marked this pull request as ready for review
August 21, 2025 19:18
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #2617 +/- ##
======================================
- Coverage 93% 93% -0%
======================================
Files 402 404 +2
Lines 33268 33421 +153
======================================
+ Hits 30774 30889 +115
- Misses 2494 2532 +38 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merged
TheTechromancer
approved these changes
Aug 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a new module: retire.js, which instruments the retire.js tool to find vulnerabilities in JS files.
It also changes how .js URLs are handled, it actually fixes a previously unknown bug where .js files weren't being delivered to httpx.
It also adds emergency timeouts to multi-processing tests, which briefly decided to cause problems during development of this. Now they will at least not run for 6 hours if theres another problem.