Conversation
Add the missing primary-source reference on the existing reviewed advisory.
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved issues remain.
Pull request overview
Adds the upstream SQLAdmin 0.27.1 security fix commit reference to the existing advisory.
Changes:
- Adds commit
741635f18f93as aWEBreference. - Updates the modification timestamp.
- Preserves the existing
fixed: 0.27.1range.
File summaries
| File | Description |
|---|---|
advisories/github-reviewed/2026/09/GHSA-ccg5-9c8w-xh6v/GHSA-ccg5-9c8w-xh6v.json |
Adds the upstream fix commit reference. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite (auto)
Note
Copilot is running an experiment and ran this review at Lite.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
github-actions
Bot
changed the base branch from
main
to
SebTardif/advisory-improvement-9460
September 12, 2026 01:25
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.
Add the published sqladmin 0.27.1 fix commit on the existing reviewed advisory GHSA-ccg5-9c8w-xh6v.
Problem
The global record already has
fixed: 0.27.1and the 0.27.1 release tag. A release tag is not a substitute for the security commit. Downstream readers cannot jump to the code change that enforcescolumn_sortable_list.Change
One file:
advisories/github-reviewed/2026/09/GHSA-ccg5-9c8w-xh6v/GHSA-ccg5-9c8w-xh6v.jsonWEBreference to the security merge commit741635f18f93(Merge commit from fork, names this GHSA, updatessqladmin/models.py).65b069a0a1.fixed: 0.27.1is already correct.Validation
python3 -m json.toolon the edited file succeeds.sqladmin/models.pyplus tests, matching the advisory (sort_query/column_sortable_list).Related