-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
ImprovementReduce cycles, bugsReduce cycles, bugsSemver:patchRepresents bug fixes in subversionsRepresents bug fixes in subversionsType:Easyintern worksintern worksbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Task Description
Run pip-audit or safety in CI and pin versions of critical dependencies. Add a scheduled workflow to run dependency audit weekly.
Goal
Avoid introducing known-vulnerable versions via updates.
Suggestions
- Add job in
.github/workflows/security.ymlto runpip-audit - Add
requirements-dev.txtwith pinned versions for CI, or use Poetry lock file
Labels: security, ci
Difficulty: easy
Metadata
Metadata
Assignees
Labels
ImprovementReduce cycles, bugsReduce cycles, bugsSemver:patchRepresents bug fixes in subversionsRepresents bug fixes in subversionsType:Easyintern worksintern worksbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request