-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathosv-scanner.toml
More file actions
80 lines (65 loc) · 1.67 KB
/
Copy pathosv-scanner.toml
File metadata and controls
80 lines (65 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# 14 packages silenced below are transitive dependencies of dioxus/desktop
# (GTK/WebView/Wry). They are NOT present in the web/server builds and
# cannot be fixed by us — they require upstream dioxus-desktop updates.
[[PackageOverrides]]
name = "atk"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "atk-sys"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "fxhash"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "gdk"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "gdk-sys"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "gdkwayland-sys"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "gdkx11-sys"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "glib"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "gtk"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "gtk-sys"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "gtk3-macros"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "paste"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "proc-macro-error"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "rand"
version = "0.7.3"
ecosystem = "crates.io"
vulnerability.ignore = true
[[PackageOverrides]]
name = "proc-macro-error2"
ecosystem = "crates.io"
ignore = true
reason = "Compile-time proc macro only — no runtime impact (transitive via validator_derive → openid)"