mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-22 19:35:23 +01:00
Bump rustsec-admin to v0.4.3 (#919)
This commit is contained in:
4
.github/workflows/assign-ids.yml
vendored
4
.github/workflows/assign-ids.yml
vendored
@@ -15,12 +15,12 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-v0.4.2
|
||||
key: rustsec-admin-v0.4.3
|
||||
|
||||
- name: Install rustsec-admin
|
||||
run: |
|
||||
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
|
||||
cargo install rustsec-admin --vers 0.4.2
|
||||
cargo install rustsec-admin --vers 0.4.3
|
||||
fi
|
||||
|
||||
- name: Assign IDs
|
||||
|
||||
4
.github/workflows/publish-web.yml
vendored
4
.github/workflows/publish-web.yml
vendored
@@ -14,10 +14,10 @@ jobs:
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-v0.4.2
|
||||
key: rustsec-admin-v0.4.3
|
||||
- run: |
|
||||
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
|
||||
cargo install rustsec-admin --vers 0.4.2
|
||||
cargo install rustsec-admin --vers 0.4.3
|
||||
fi
|
||||
rustsec-admin web .
|
||||
git config user.name github-actions
|
||||
|
||||
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
@@ -16,12 +16,12 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cargo/bin
|
||||
key: rustsec-admin-v0.4.2
|
||||
key: rustsec-admin-v0.4.3
|
||||
|
||||
- name: Install rustsec-admin
|
||||
run: |
|
||||
if [ ! -f $HOME/.cargo/bin/rustsec-admin ]; then
|
||||
cargo install rustsec-admin --vers 0.4.2
|
||||
cargo install rustsec-admin --vers 0.4.3
|
||||
fi
|
||||
|
||||
- name: Lint advisories
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# RustSec Advisory Database
|
||||
|
||||
[![Build Status][build-image]][build-link]
|
||||
![Maintained: Q1 2021][maintained-image]
|
||||
![Maintained: Q2 2021][maintained-image]
|
||||
[![Project Chat][chat-image]][chat-link]
|
||||
|
||||
The RustSec Advisory Database is a repository of security advisories filed
|
||||
@@ -45,7 +45,7 @@ id = "RUSTSEC-0000-0000"
|
||||
package = "mycrate"
|
||||
|
||||
# Disclosure date of the advisory as an RFC 3339 date (mandatory)
|
||||
date = "2019-10-01"
|
||||
date = "2021-01-31"
|
||||
|
||||
# URL to a long-form description of this issue, e.g. a GitHub issue/PR,
|
||||
# a change log entry, or a blogpost announcing the release (optional)
|
||||
|
||||
Reference in New Issue
Block a user