fkie-cad / cwe_checker

cwe_checker finds vulnerable patterns in binary executables
https://docs.cwe-checker.io
GNU Lesser General Public License v3.0
1.13k stars 118 forks source link

Bump minimal supported Rust version to 1.73 #443

Closed vobst closed 8 months ago

vobst commented 8 months ago

Also add minimal supported Rust version to Cargo.toml files.

Add the minimal supported Rust version to Cargo.toml files to fail the build as early as possible if the used Rust version is too old.

Enkelmann commented 8 months ago

As I feared, we need to update the ghidra_headless_base image, because its contained glibC is too old. I will talk to @jstucke about it.