@@ -22,28 +22,39 @@ jobs:
2222 toolchain : stable
2323 - name : Install cargo audit
2424 run : cargo install cargo-audit
25-
26- # Ignoring RUSTSEC-2023-0071 as it only occurs in a dependency used in an example
27- # and is not exploitable in the context of this project.
28- #
29- # Crate: rsa
30- # Version: 0.9.6
31- # Title: Marvin Attack: potential key recovery through timing sidechannels
32- # Date: 2023-11-22
33- # ID: RUSTSEC-2023-0071
34- # URL: https://rustsec.org/advisories/RUSTSEC-2023-0071
35- # Severity: 5.9 (medium)
36- # Solution: No fixed upgrade is available!
25+ # Crate: sqlx
26+ # Version: 0.8.0
27+ # Title: Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts
28+ # error: 1 vulnerability found!
29+ # Date: 2024-08-15
30+ # ID: RUSTSEC-2024-0363
31+ # URL: https://rustsec.org/advisories/RUSTSEC-2024-0363
32+ # Solution: Upgrade to >=0.8.1
3733 # Dependency tree:
38- # rsa 0.9.6
39- # └── sqlx-mysql 0.7.3
40- # ├── sqlx-macros-core 0.7.3
41- # │ └── sqlx-macros 0.7.3
42- # │ └── sqlx 0.7.3
43- # │ └── sqlx_embedded 0.4.1
44- # └── sqlx 0.7.3
34+ # sqlx 0.8.0
35+ # ├── tensor_chord_extension 0.16.1
36+ # ├── sqlx_embedded 0.16.1
37+ # ├── postgresql_embedded 0.16.1
38+ # │ ├── zonky 0.16.1
39+ # │ ├── tensor_chord_extension 0.16.1
40+ # │ ├── sqlx_embedded 0.16.1
41+ # │ ├── postgresql_extensions 0.16.1
42+ # │ │ ├── tensor_chord_extension 0.16.1
43+ # │ │ ├── portal_corp_extension 0.16.1
44+ # │ │ ├── download_progress_bar 0.16.1
45+ # │ │ └── axum_embedded 0.16.1
46+ # │ ├── postgres_embedded 0.16.1
47+ # │ ├── portal_corp_extension 0.16.1
48+ # │ ├── embedded_sync 0.16.1
49+ # │ ├── embedded_async 0.16.1
50+ # │ ├── download_progress_bar 0.16.1
51+ # │ └── axum_embedded 0.16.1
52+ # ├── portal_corp_extension 0.16.1
53+ # ├── pgvector 0.4.0
54+ # │ └── portal_corp_extension 0.16.1
55+ # └── axum_embedded 0.16.1
4556 - name : Audit dependencies
46- run : cargo audit --ignore RUSTSEC-2023-0071
57+ run : cargo audit --ignore RUSTSEC-2024-0363
4758
4859 check :
4960 runs-on : ubuntu-22.04
0 commit comments