killer 1.3.0

A Rust security platform: static analysis, the .klr test language, a parallel test framework, project intelligence, code review, and a CI gate.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Dependency rules.
//!
//! Reserved for Phase 2, which will parse manifests (`Cargo.toml`,
//! `package.json`, `requirements.txt`, …) and build a dependency graph to flag
//! vulnerable or outdated packages.
//!
//! The [`Category::Dependencies`](crate::analyzer::Category::Dependencies)
//! variant already exists so that report grouping and the rule registry are
//! ready for these rules to be added without structural changes. No dependency
//! rules ship in Phase 1.