alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update deny config
author
Louis Pilfold
date
2 years ago
(Mar 21, 2024, 1:31 PM UTC)
commit
96a99af4
96a99af405d0aba62aa13f7beaec0493503fd693
parent
44746f54
44746f545b82962d747952aad8359fbf485c140f
-8
1 changed file
Expand all
Collapse all
Unified
Split
deny.toml
-8
deny.toml
View file
Reviewed
···
1
1
-
targets = []
2
2
-
3
1
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
4
2
[advisories]
5
3
db-path = "~/.cargo/advisory-db"
6
4
db-urls = ["https://github.com/rustsec/advisory-db"]
7
7
-
vulnerability = "deny"
8
8
-
unmaintained = "deny"
9
9
-
yanked = "deny"
10
10
-
notice = "deny"
11
5
ignore = [
12
6
"RUSTSEC-2021-0145"
13
7
]
14
8
15
9
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
16
10
[licenses]
17
17
-
unlicensed = "deny"
18
11
allow = [
19
12
"MIT",
20
13
"Apache-2.0",
···
26
19
"Unicode-DFS-2016",
27
20
"BSL-1.0",
28
21
]
29
29
-
default = "deny"
30
22
confidence-threshold = 0.8
31
23
32
24
[[licenses.clarify]]