This project might be open to known security vulnerabilities , which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom .
Crate dctap
Dependencies (6 total, all up-to-date)
Dev dependencies (1 total, all up-to-date)
Crate rbe
Dependencies (3 total, all up-to-date)
Crate Required Latest Status hashbag ^0.1.11
0.1.12
up to date toml ^0.8
0.8.20
up to date indexmap ^2
2.9.0
up to date
Dev dependencies (1 total, all up-to-date)
Crate Required Latest Status indoc ^2
2.0.6
up to date
Crate rbe_testsuite
Dev dependencies (2 total, all up-to-date)
Crate iri_s
Dependencies (4 total, all up-to-date)
Crate Required Latest Status oxrdf ^0.2.0-alpha.5
0.2.4
up to date oxiri ^0.2.3-alpha.1
0.2.11
up to date reqwest ^0.12
0.12.15
up to date thiserror ^2.0
2.0.12
up to date
Crate prefixmap
Dependencies (3 total, all up-to-date)
Crate srdf
Dependencies (13 total, all up-to-date)
Dev dependencies (1 total, all up-to-date)
Crate Required Latest Status tokio ^1.38
1.44.2
up to date
Crate shex_ast
Dependencies (6 total, all up-to-date)
Crate shex_compact
Dependencies (6 total, 2 outdated)
Dev dependencies (2 total, all up-to-date)
Crate Required Latest Status criterion ^0.5
0.5.1
up to date pprof ^0.14.0
0.14.0
up to date
Crate rudof_lib
Dependencies (2 total, all up-to-date)
Crate Required Latest Status thiserror ^2.0
2.0.12
up to date toml ^0.8
0.8.20
up to date
Crate rudof_cli
Dependencies (4 total, all up-to-date)
Crate Required Latest Status clientele ^0.2
0.2.5
up to date regex ^1.10
1.11.1
up to date either ^1.13
1.15.0
up to date reqwest ^0.12
0.12.15
up to date
Crate shex_testsuite
Dependencies (3 total, all up-to-date)
Crate Required Latest Status toml ^0.8
0.8.20
up to date anyhow ^1.0
1.0.97
up to date thiserror ^2.0
2.0.12
up to date
Crate shex_validation
Dependencies (5 total, all up-to-date)
Crate Required Latest Status thiserror ^2.0
2.0.12
up to date indexmap ^2
2.9.0
up to date either ^1
1.15.0
up to date toml ^0.8
0.8.20
up to date url ^2.2.2
2.5.4
up to date
Crate shapemap
No external dependencies! 🙌
Crate shacl_ast
Dependencies (4 total, all up-to-date)
Crate shacl_validation
Dependencies (4 total, all up-to-date)
Crate shapes_converter
Dependencies (6 total, all up-to-date)
Crate sparql_service
Dependencies (6 total, all up-to-date)
Crate pyrudof
Dependencies (1 total, 1 outdated, 1 possibly insecure)
Crate Required Latest Status pyo3 ⚠️ ^0.22.0
0.24.1
out of date
Security Vulnerabilities pyo3
: Risk of buffer overflow in `PyString::from_object`RUSTSEC-2025-0020
PyString::from_object
took &str
arguments and forwarded them directly to the Python C API without checking for terminating nul bytes. This could lead the Python interpreter to read beyond the end of the &str
data and potentially leak contents of the out-of-bounds read (by raising a Python exception containing a copy of the data including the overflow).
In PyO3 0.24.1 this function will now allocate a CString
to guarantee a terminating nul bytes. PyO3 0.25 will likely offer an alternative API which takes &CStr
arguments.