Conversation
requirements.txt asked for je_auto_control unpinned, so the dependency graph resolved it to whatever was published — 0.0.214, which pins pillow==12.2.0 and pulls 13 open CVEs in transitively. 0.0.216 ships pillow==12.3.0. The floor is also what makes the alerts close: GitHub re-resolves a pip manifest when the file changes, not when a transitive dependency's upstream gets a new release, so the alerts sat untouched since 2026-07-21 while pyproject.toml and uv.lock moved on without them.
…s-floor Floor je_auto_control at the release that fixes the pillow CVEs
The rule only covered commit messages, so assistant footers still landed in pull request bodies. Anything published under this repo — PR text, review comments, release notes, docs, code comments — reads as the author's own work.
…ution Widen the no-AI-attribution rule past commit messages
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
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.



Carries #469 and #470 to the default branch.
#469 is the one that matters for the open alerts:
requirements.txtnow floorsje_auto_controlat 0.0.216. GitHub re-resolves a pip manifest when the file changes, not when a transitive dependency's upstream ships a fix, so the 13 pillow alerts have sat atupdated_at: 2026-07-21through every release today. Landing the changed manifest on the default branch is what forces the re-resolution.Merging also cuts 0.0.217 through
stable.yml, which is the expected rhythm now.