File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 55version = 2
66db-path = " ~/.cargo/advisory-db"
77db-urls = [" https://github.com/rustsec/advisory-db" ]
8- ignore = []
8+ ignore = [
9+ # serde_cbor is unmaintained but only used in fuzz targets
10+ " RUSTSEC-2021-0127" ,
11+ ]
912
1013[licenses ]
1114version = 2
@@ -19,6 +22,8 @@ allow = [
1922 " Zlib" ,
2023 " CC0-1.0" ,
2124 " MPL-2.0" ,
25+ " Unicode-3.0" ,
26+ " MITNFA" ,
2227]
2328confidence-threshold = 0.8
2429
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "dash-fuzz"
33edition = " 2024"
44version = { workspace = true }
55authors = [" Generated by fuzz/generate-files.sh" ]
6+ license = " CC0-1.0"
67publish = false
78
89[profile .release ]
Original file line number Diff line number Diff line change 11[package ]
22name = " integration_test"
33authors = [
" Steven Roose <[email protected] >" ]
4+ license = " CC0-1.0"
45edition = " 2024"
56publish = false
67
You can’t perform that action at this time.
0 commit comments