Commit 53536ce
authored
Use cargo-deny to audit dependencies (#833)
The cargo-deny utility provides a convenient way to audit the proxy's
dependency tree to audit security vulnerabilities & licensing.
Furthermore, it helps detect whether we have multiple versions of a
given dependency.
This change adds a `deny.toml` that configures the project to detect all
such issues and it adds a CI task that can help prevent us from
regressing.
This change introduces a number of dependency updates to eliminate
issues flagged by cargo-deny:
* `futures` has been updated to v0.3.9 to fix safety issues;
* `pin-project` has been updated to v1;
* `regex` has been updated to v1;
* `quickcheck` has been updated to v1, which caught minor issues in
exp-backoff that have been fixed;
Furthermore, this change updates our github actions to use more more
recent versions of the base container image and updates actions/checkout
to v2.1 parent 3defe3d commit 53536ce
File tree
51 files changed
+399
-732
lines changed- .github/workflows
- hyper-balance
- linkerd2-proxy
- linkerd
- app
- core
- gateway
- inbound
- integration
- outbound
- test
- buffer
- cache
- channel
- concurrency-limit
- dns
- drain
- duplex
- error-metrics
- error-respond
- error
- exp-backoff
- src
- http-box
- http-classify
- http-metrics
- io
- metrics
- opencensus
- proxy
- api-resolve
- core
- discover
- dns-resolve
- http
- identity
- resolve
- tap
- tcp
- transport
- reconnect
- retry
- service-profiles
- stack
- metrics
- tracing
- timeout
- trace-context
- tracing
- src
- opencensus-proto
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+399
-732
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
20 | 36 | | |
21 | 37 | | |
22 | | - | |
| 38 | + | |
23 | 39 | | |
24 | 40 | | |
25 | 41 | | |
26 | | - | |
| 42 | + | |
27 | 43 | | |
28 | 44 | | |
29 | 45 | | |
30 | 46 | | |
31 | 47 | | |
32 | | - | |
| 48 | + | |
33 | 49 | | |
34 | 50 | | |
35 | 51 | | |
36 | | - | |
| 52 | + | |
37 | 53 | | |
38 | 54 | | |
39 | 55 | | |
40 | 56 | | |
41 | 57 | | |
42 | | - | |
| 58 | + | |
43 | 59 | | |
44 | | - | |
| 60 | + | |
45 | 61 | | |
0 commit comments