File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1313image.tar
1414
1515tilt_options.json
16+ .values.yaml
1617
1718.direnv /
1819.direnvrc
Original file line number Diff line number Diff line change @@ -24,6 +24,20 @@ ignore = [
2424 #
2525 # https://github.com/RustCrypto/RSA/issues/19 is the tracking issue
2626 " RUSTSEC-2023-0071" ,
27+
28+ # https://rustsec.org/advisories/RUSTSEC-2024-0436
29+ # The "paste" crate is no longer maintained because the owner states that the implementation is
30+ # finished. There are at least two (forked) alternatives which state to be maintained. They'd
31+ # need to be vetted before a potential switch. Additionally, they'd need to be in a maintained
32+ # state for a couple of years to provide any benefit over using "paste".
33+ #
34+ # This crate is only used in a single place in the xtask package inside the declarative
35+ # "write_crd" macro. The impact of vulnerabilities, if any, should be fairly minimal.
36+ #
37+ # See thread: https://users.rust-lang.org/t/paste-alternatives/126787/4
38+ #
39+ # This can only be removed again if we decide to use a different crate.
40+ " RUSTSEC-2024-0436" ,
2741]
2842
2943[bans ]
@@ -67,6 +81,9 @@ license-files = [
6781[sources ]
6882unknown-registry = " deny"
6983unknown-git = " deny"
84+ allow-git = [
85+ " https://github.com/kube-rs/kube-rs" ,
86+ ]
7087
7188[sources .allow-org ]
7289github = [" stackabletech" ]
You can’t perform that action at this time.
0 commit comments