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
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/pecos/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/PECOS-packages/PECOS/go/pecos

go 1.26.4
go 1.26.5
18 changes: 18 additions & 0 deletions osv-scanner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,21 @@ reason = "Transitive via rustpython-parser in the experimental zlup frontend; un
id = "RUSTSEC-2025-0100"
# unic-ucd-ident@0.9.0 -- unmaintained. Same chain/owner as RUSTSEC-2025-0075.
reason = "Transitive via rustpython-parser in the experimental zlup frontend; unmaintained-crate warning, parser-internal Unicode tables, no exploit path."

[[IgnoredVulns]]
id = "RUSTSEC-2026-0196"
# cgmath@0.18.0 -- unmaintained; 0.18.0 is the latest release (no fix exists).
# Chains: cgmath -> hugr-core -> hugr -> tket -> pecos-hugr, and
# cgmath -> tket (dev-dependency) -> pecos-hugr.
# Upstream owners: https://github.com/CQCL/hugr and https://github.com/CQCL/tket2
# (awaiting a maintained geometry dep).
reason = "Transitive via hugr-core and tket; unmaintained-crate warning, no exploit path in PECOS."

[[IgnoredVulns]]
id = "RUSTSEC-2026-0197"
# cgmath@0.18.0 -- unsound Matrix{2,3,4}::swap_columns(a, a): identical indices
# create aliasing mutable refs passed to ptr::swap -> UB. No patched release.
# Chains: cgmath -> hugr-core -> hugr -> tket -> pecos-hugr, and
# cgmath -> tket (dev-dependency) -> pecos-hugr.
# Upstream owners: https://github.com/CQCL/hugr and https://github.com/CQCL/tket2.
reason = "Transitive via hugr-core and tket; no swap_columns call exists in PECOS or in the pinned hugr-core 0.27.1/tket 0.19.0 sources, and no fixed cgmath release exists. Re-check on hugr/tket bumps."
Loading