1
0
Fork 0
mirror of https://github.com/imjasonh/rustvulncheck synced 2026-07-06 19:02:25 +00:00
rustvulncheck/demo
Claude f2c1a33573
Add demo projects showing reachable vs unreachable vulnerabilities
- demo/reachable/: Uses serde_yaml 0.8.3 and calls from_str(), which the
  analyzer correctly identifies as a reachable vulnerable symbol (RUSTSEC-2018-0005)
- demo/not-reachable/: Uses base64 0.5.1 but only calls decode(), so the
  vulnerable encode_config functions are never reached (RUSTSEC-2017-0004)

https://claude.ai/code/session_01RFE3T5f4nSC94KNSJfXHyb
2026-03-26 00:42:38 +00:00
..
not-reachable Add demo projects showing reachable vs unreachable vulnerabilities 2026-03-26 00:42:38 +00:00
reachable Add demo projects showing reachable vs unreachable vulnerabilities 2026-03-26 00:42:38 +00:00