fix(deps): patch postcss and cryptography security advisories - #131
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Verifier 🧪 ⚪ Could not verify This PR is a pure dependency-pin security bump with no runtime-observable surface to exercise from this runner, so there is nothing to drive end-to-end against the running app. The two changed files break down as:
Re-running lint / type-check / build here would only duplicate CI and proves nothing about the running system, so I did not treat that as verification. The PR's own stated checks ( Ran on 960d679 |
|
👀 Human review needed JustificationThe change is confined to two lockfiles and contains no application source, schema ( Confirmed content of the diff against
Why this is routed to a human rather than auto-approved:
Reviewed commit 960d679 → Pair Review BriefingReviewed commit 960d679 |
Patches the two open Dependabot security advisories.
Changes
8.5.22->8.5.26inpnpm-lock.yaml(Dependabot feat(settings): import Codeforces solved problems #47, medium): fixes GHSA where an attacker-controlledsourceMappingURLcould read arbitrary.mapfiles whenfromis unset. Bumped viapnpm update postcss --recursive; transitive-only, nopackage.jsonchange.49.0.0->50.0.0inscripts/requirements.txt(Dependabot fix(db): replace blanket GRANT ALL with least-privilege Supabase grants #46, high): fixes the PKCS#7EnvelopedDataBleichenbacher oracle. Regenerated withuv pip compile --upgrade-package cryptography ...using the documented command; only thecryptographypin and its hashes changed.Validation
pnpm run check— 0 errors, 0 warningspnpm run test— 455/455 passpnpm run build— succeeds