Skip to content

Commit a57e174

Browse files
Merge pull request #56 from ApiliumCode/dev
v0.3.7 — Security hardening, legacy separation, crash prevention
2 parents fa90663 + c4e36a3 commit a57e174

53 files changed

Lines changed: 1205 additions & 4733 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/audit.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Cargo audit configuration for AIngle
2+
# https://rustsec.org/
3+
4+
[advisories]
5+
# Advisories to ignore in product crates
6+
ignore = [
7+
# rsa 0.9.10 — Marvin Attack timing sidechannel (no upstream fix)
8+
# Pulled in by jsonwebtoken 10.x; JWT auth uses HMAC/EdDSA, not RSA decryption
9+
"RUSTSEC-2023-0071",
10+
11+
# bincode 2.0.1 — unmaintained advisory, still functional (aingle_graph)
12+
"RUSTSEC-2025-0141",
13+
14+
# async-std — unmaintained (transitive via async-tungstenite in aingle_minimal)
15+
"RUSTSEC-2025-0052",
16+
17+
# fxhash — unmaintained (transitive via sled in aingle_graph)
18+
"RUSTSEC-2025-0057",
19+
20+
# instant — unmaintained (transitive via sled → parking_lot 0.11)
21+
"RUSTSEC-2024-0384",
22+
23+
# paste — unmaintained (transitive via wasmer and candle-core/gemm)
24+
"RUSTSEC-2024-0436",
25+
]

0 commit comments

Comments
 (0)