chore(fulmine): track the 5.x line rather than pinning 5.13.3 - #157
Merged
MDA2AV merged 1 commit intoSep 22, 2026
Merged
Conversation
The row was added pinned to the release current that day, so it keeps probing 5.13.3 while the published one moves: nothing in this repo re-resolves a pin, so the entry only advances when someone edits this file. A caret range, as the Express row already carries, makes each run install the 5.x current then. Verified outside Docker on node 22 with the same install the image does (npm install --omit=dev --ignore-scripts): the range resolves to 5.21.4, and src/Servers/ExpressServer/server.js runs unchanged on it — GET / 200 OK, POST / echoes the body, HEAD / and OPTIONS / 200, POST /echo returns one header per line, /cookie splits "foo=bar; baz=qux" into two lines. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DSdspxigvSpCV6RWXyc6qf
|
Http11Probe — Compliance Comparison
✅ Baseline PassedCompliance
Smuggling
Malformed Input
Header Normalization
Commit: 859ae92 |
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.



track the 5.x line rather than pinning 5.13.3