csp-parse 0.1.0

A pure-Rust parser for the Content Security Policy (CSP) directive grammar
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cargo-deny configuration — see `plan/07-licensing-compliance.md`.
#
# Deliberately scoped to the license check the phase plan actually asks
# for (`cargo deny check licenses`); the `[advisories]`/`[bans]`/`[sources]`
# sections aren't configured here and fall back to cargo-deny's defaults.

[licenses]
version = 2
# This crate currently has zero runtime dependencies (see Cargo.toml) --
# the only license in the graph is this crate's own.
allow = [
    "MIT", # this crate's own license.
]
confidence-threshold = 0.8