Conversation
github-actions
Bot
changed the base branch from
main
to
nikpivkin/advisory-improvement-9614
September 19, 2026 11:02
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
Release history confirms the fix is present in 5.3.8 but absent from 5.3.7.
Review effort: Balanced
Findings: None
What changed in this PR
Corrects the Snipe-IT advisory’s first patched version so OSV exports accurately classify releases.
Changes:
- Changes the fixed version from
5.4.0to5.3.8. - Updates the advisory modification timestamp.
| File | Description |
|---|---|
GHSA-9vh6-qfv6-vcqp.json |
Corrects the affected-version boundary. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Updates
Comments
The first patched version should be 5.3.8, not 5.4.0.
The fix commit linked in the advisory is grokability/snipe-it@0c4768f. Tag v5.3.8 contains it and tag v5.3.7 does not. The v5.3.8 release notes list it as "Force UrlGenerator's Root URL to be the base of APP_URL unless overriden": https://github.com/grokability/snipe-it/releases/tag/v5.3.8
The OSV export takes the fixed version from the first patched version, so versions 5.3.8 to 5.3.10 are reported as vulnerable even though they have the fix.
The same problem in another snipe-it advisory is fixed in #9302.