Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/assign-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ~/.cargo/bin
key: rustsec-admin-4f949d61d9ed2ef59f8c4448b5ab96e6eef0d6ed
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29

- name: Install rustsec-admin
if: steps.admin-cache.outputs.cache-hit != 'true'
run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 4f949d61d9ed2ef59f8c4448b5ab96e6eef0d6ed
run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 7ed6bee1571768e528a6631400d3b51f37463b29

- name: Assign IDs
id: assign
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/export-osv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
id: admin-cache
with:
path: ~/.cargo/bin
key: rustsec-admin-4f949d61d9ed2ef59f8c4448b5ab96e6eef0d6ed
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29

- name: Install rustsec-admin
if: steps.admin-cache.outputs.cache-hit != 'true'
run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 4f949d61d9ed2ef59f8c4448b5ab96e6eef0d6ed
run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 7ed6bee1571768e528a6631400d3b51f37463b29

- run: |
mkdir -p crates
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
id: admin-cache
with:
path: ~/.cargo/bin
key: rustsec-admin-4f949d61d9ed2ef59f8c4448b5ab96e6eef0d6ed
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29

- name: Install rustsec-admin
if: steps.admin-cache.outputs.cache-hit != 'true'
run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 4f949d61d9ed2ef59f8c4448b5ab96e6eef0d6ed
run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 7ed6bee1571768e528a6631400d3b51f37463b29

- run: |
rustsec-admin web .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ~/.cargo/bin
key: rustsec-admin-4f949d61d9ed2ef59f8c4448b5ab96e6eef0d6ed
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29

- name: Install rustsec-admin
if: steps.admin-cache.outputs.cache-hit != 'true'
run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 4f949d61d9ed2ef59f8c4448b5ab96e6eef0d6ed
run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 7ed6bee1571768e528a6631400d3b51f37463b29

- name: Synchronize IDs
id: sync_ids
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ~/.cargo/bin
key: rustsec-admin-4f949d61d9ed2ef59f8c4448b5ab96e6eef0d6ed
key: rustsec-admin-7ed6bee1571768e528a6631400d3b51f37463b29

- name: Install rustsec-admin
if: steps.admin-cache.outputs.cache-hit != 'true'
run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 4f949d61d9ed2ef59f8c4448b5ab96e6eef0d6ed
run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 7ed6bee1571768e528a6631400d3b51f37463b29

- name: Lint advisories
run: rustsec-admin lint --skip-namecheck rustdecimal,vec-const
4 changes: 3 additions & 1 deletion crates/rustdecimal/RUSTSEC-2022-0042.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ url = "https://groups.google.com/g/rustlang-security-announcements/c/5DVtC8pgJLw
categories = ["code-execution"]
keywords = ["typosquatting"]
aliases = ["GHSA-7pwq-f4pq-78gm", "MAL-2022-1"]
expect-deleted = true

[versions]
patched = []
```
Expand Down Expand Up @@ -63,4 +65,4 @@ malicious crate in [this GitHub issue][1].
[1]: https://github.com/paupino/rust-decimal/issues/514#issuecomment-1115408888
[2]: https://crates.io/crates/rust_decimal
[3]: https://www.rust-lang.org/policies/security
[4]: https://github.com/safinaskar
[4]: https://github.com/safinaskar
1 change: 1 addition & 0 deletions crates/vec-const/RUSTSEC-2021-0082.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ categories = ["memory-corruption"]
keywords = ["memory-safety"]
informational = "unsound"
aliases = ["CVE-2021-45680", "GHSA-jmwx-r3gq-qq3p", "GHSA-x76r-966h-5qv9"]
expect-deleted = true

[versions]
patched = [">= 2.0.0"]
Expand Down