We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181e667 commit ef10b8bCopy full SHA for ef10b8b
.github/workflows/audit.yaml
@@ -12,3 +12,6 @@ jobs:
12
- uses: rustsec/[email protected]
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
15
+ # RUSTSEC-2024-0436: Paste (which is mature/stable) only pulled in by examples/
16
+ # dependencies such as esp-hal, riscv, rp2040-hal, stm32f3xx-hal etc.
17
+ ignore: ["RUSTSEC-2024-0436"]
0 commit comments