use-owasp
OWASP category and application-security taxonomy primitives for RustUse.
Experimental
use-owasp is experimental while the use-security workspace remains below 0.3.0. Expect small API adjustments during the first release wave.
Example
use ;
let category: OwaspTop10Category = "broken-access-control".parse?;
assert_eq!;
assert_eq!;
# Ok::
Scope
- Stable labels for OWASP Top 10 style categories.
- Lightweight OWASP project, risk ID, and control-area metadata.
- Display and parsing helpers for local categorization.
Non-goals
- OWASP scraping.
- Mirroring entire OWASP standards.
- Scanner behavior or browser/runtime enforcement.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license