[NX-202] Enforce Python dependency security gate (pip audit) #12

Open
opened 2026-02-13 13:17:10 +00:00 by nessi · 0 comments
Owner

Goal

Prevent shipping known vulnerable Python dependencies.

Scope

  • Add dependency scan (pip audit) in CI.
  • Fail on high/critical unresolved issues.

Acceptance Criteria

  • CI blocks vulnerable dependency updates.
  • Security exception flow is documented.
## Goal Prevent shipping known vulnerable Python dependencies. ## Scope - Add dependency scan (`pip audit`) in CI. - Fail on high/critical unresolved issues. ## Acceptance Criteria - CI blocks vulnerable dependency updates. - Security exception flow is documented.
nessi added this to the v1.0 - Stability, Reliability & Security (P0) milestone 2026-02-13 13:17:10 +00:00
nessi added the P0 label 2026-02-13 13:17:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nessi/NexaPG#12