Skip to content

Floor je_auto_control at the release that fixes the pillow CVEs#469

Merged
JE-Chen merged 1 commit into
devfrom
chore/requirements-floor
Jul 23, 2026
Merged

Floor je_auto_control at the release that fixes the pillow CVEs#469
JE-Chen merged 1 commit into
devfrom
chore/requirements-floor

Conversation

@JE-Chen

@JE-Chen JE-Chen commented Jul 23, 2026

Copy link
Copy Markdown
Member

The 13 pillow alerts did not close after publishing 0.0.216, and they were not going to.

requirements.txt listed je_auto_control with no constraint, so GitHub's dependency graph resolved it to the published release and recorded its transitive pillow==12.2.0. GitHub re-resolves a pip manifest when the file changes, not when a transitive dependency's upstream ships a fix — every alert still reads updated_at: 2026-07-21 while pyproject.toml and uv.lock moved to 12.3.0 today. The SBOM shows both entries side by side: pillow 12.2.0 (from requirements.txt) and pillow 12.3.0 (from the pinned manifests).

A floor rather than a pin: it states the real requirement (0.0.216 is the first release carrying pillow==12.3.0), forces the re-resolution that closes the alerts, and does not need editing on every release — which matters now that merging to main cuts one.

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.
@JE-Chen
JE-Chen merged commit ac2ba8f into dev Jul 23, 2026
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant