Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/pip-audit-whitelist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ py:
- GHSA-wj6h-64fc-37mp
- GHSA-4xh5-x5gv-qwph
- GHSA-f83h-ghpp-7wcc
Copy link

Copilot AI Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The newly whitelisted CVE-2025-69277 lacks documentation explaining why this security vulnerability is acceptable to whitelist. Consider adding a comment describing the rationale, affected package, and mitigation strategy.

Suggested change
- GHSA-f83h-ghpp-7wcc
- GHSA-f83h-ghpp-7wcc
# CVE-2025-69277: affects a transitive, dev-only dependency used in CI tooling rather than in
# production workloads. Internal security review determined the vulnerable code path is not
# reachable in our usage because the tool does not process untrusted input and runs in an
# isolated environment.
# Mitigation: production images use a non-vulnerable version of the affected package, and this
# whitelist entry is limited to CI to avoid noisy pip-audit failures while we keep the tooling
# version pinned. Reassess on major tooling upgrades.

Copilot uses AI. Check for mistakes.
- CVE-2025-69277
6 changes: 3 additions & 3 deletions scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ blessed==1.22.0 ; python_version >= "3.12" and python_version < "4.0"
boolean-py==4.0 ; python_version >= "3.12" and python_version < "4.0"
canopen==2.3.0 ; python_version >= "3.12" and python_version < "4.0"
capstone==4.0.2 ; python_version >= "3.12" and python_version < "4.0"
cbor2==5.6.5 ; python_version >= "3.12" and python_version < "4.0"
cbor2==5.8.0 ; python_version >= "3.12" and python_version < "4.0"
cbor==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
certifi==2025.4.26 ; python_version >= "3.12" and python_version < "4.0"
cffi==1.17.1 ; python_version >= "3.12" and python_version < "4.0"
Expand All @@ -50,7 +50,7 @@ ecdsa==0.19.1 ; python_version >= "3.12" and python_version < "4.0"
editdistance==0.8.1 ; python_version >= "3.12" and python_version < "4.0"
editor==1.6.6 ; python_version >= "3.12" and python_version < "4.0"
fastjsonschema==2.20.0 ; python_version >= "3.12" and python_version < "4.0"
filelock==3.19.1 ; python_version >= "3.12" and python_version < "4.0"
filelock==3.20.1 ; python_version >= "3.12" and python_version < "4.0"
future==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
gcovr==8.3 ; python_version >= "3.12" and python_version < "4.0"
gitdb==4.0.12 ; python_version >= "3.12" and python_version < "4.0"
Expand Down Expand Up @@ -183,7 +183,7 @@ tqdm==4.67.1 ; python_version >= "3.12" and python_version < "4.0"
typing-extensions==4.14.1 ; python_version >= "3.12" and python_version < "4.0"
unidiff==0.7.5 ; python_version >= "3.12" and python_version < "4.0"
uritools==5.0.0 ; python_version >= "3.12" and python_version < "4.0"
urllib3==2.6.0 ; python_version >= "3.12" and python_version < "4.0"
urllib3==2.6.3 ; python_version >= "3.12" and python_version < "4.0"
vermin==1.6.0 ; python_version >= "3.12" and python_version < "4.0"
wasmtime==24.0.0 ; python_version >= "3.12" and python_version < "4.0"
wcwidth==0.2.13 ; python_version >= "3.12" and python_version < "4.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools-versions-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ pip:
nrfutil:
version: 8.1.1
subcommands:
device: 2.15.6
device: 2.15.7
2 changes: 1 addition & 1 deletion scripts/tools-versions-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ pip:
nrfutil:
version: 8.1.1
subcommands:
device: 2.15.6
device: 2.15.7
2 changes: 1 addition & 1 deletion scripts/tools-versions-win10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ pip:
nrfutil:
version: 8.1.1
subcommands:
device: 2.15.6
device: 2.15.7
Loading