Skip to content

refactor(core): simplify EvalContext to &mut self with plain HashMap

fc6a7b2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Add context map #268

refactor(core): simplify EvalContext to &mut self with plain HashMap
fc6a7b2
Select commit
Loading
Failed to load commit list.
GitHub Actions / Security audit failed Apr 4, 2026 in 0s

Security advisories found

1 advisories, 2 unmaintained

Details

Vulnerabilities

RUSTSEC-2026-0066

Insufficient validation of PAX extensions during extraction

Details
Package astral-tokio-tar
Version 0.5.6
Date 2026-03-17
Patched versions >=0.6.0

In versions 0.5.6 and earlier of astral-tokio-tar, malformed PAX extensions
were silently skipped when parsing tar archives. This silent skipping (rather
than rejection) of invalid PAX extensions could be used as a building block for
a parser differential, for example by silently skipping a malformed GNU "long
link" extension so that a subsequent parser would misinterpret the extension.

In practice, exploiting this behavior in astral-tokio-tar requires a secondary
misbehaving tar parser, i.e. one that insufficiently validates malformed PAX
extensions and interprets them rather than skipping or erroring on them. This
vulnerability is considered low-severity as it requires a separate
vulnerability against any unrelated tar parser.

This issue has been fixed in version 0.6.0.

Warnings

RUSTSEC-2025-0141

Bincode is unmaintained

Details
Status unmaintained
Package bincode
Version 2.0.1
URL https://git.sr.ht/~stygianentity/bincode/tree/v3.0/item/README.md
Date 2025-12-16

Due to a doxxing and harassment incident, the bincode team has taken the decision to cease development permanently.

The team considers version 1.3.3 a complete version of bincode that is not in need of any updates.

Alternatives to consider

RUSTSEC-2025-0134

rustls-pemfile is unmaintained

Details
Status unmaintained
Package rustls-pemfile
Version 2.2.0
URL rustls/pemfile#61
Date 2025-11-28

The rustls-pemfile crate is no longer maintained. The repository has been archived since August
2025, and users are encouraged to depend directly on the underlying PEM parsing code included
in rustls-pki-types since 1.9.0. The latest version of rustls-pemfile is in fact a thin wrapper
around the same code used in rustls-pki-types, so migrating should be straightforward.

The new API is represented by the PemObject trait, which provides methods for
reading a single or multiple PEM objects from a file or byte slice.