Skip to content

Commit 6669eaf

Browse files
authored
Some sec fixes (#93)
1 parent 6b03360 commit 6669eaf

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
groups:
8+
actions-deps:
9+
patterns:
10+
- "*"
11+
712
- package-ecosystem: cargo
813
directory: /
914
schedule:
10-
interval: daily
15+
interval: weekly
1116
ignore:
1217
- dependency-name: "*"
1318
update-types:

.github/workflows/cla.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ on:
66
types: [opened, closed, synchronize]
77

88
permissions:
9-
actions: write
10-
contents: write
11-
pull-requests: write
12-
statuses: write
9+
contents: read
1310

1411
jobs:
1512
CLAAssistant:
1613
runs-on: ubuntu-latest
14+
permissions:
15+
actions: write
16+
pull-requests: write
17+
statuses: write
1718
steps:
1819
- name: Harden the runner (Audit all outbound calls)
1920
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0

osv-scanner.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[[IgnoredVulns]]
2+
id = "RUSTSEC-2024-0388"
3+
reason = "The crate is unmaintained, but it works. If there is any new vulnerability, there will be another ID."
4+
5+
[[IgnoredVulns]]
6+
id = "RUSTSEC-2024-0436"
7+
reason = "The crate is unmaintained, but it works. If there is any new vulnerability, there will be another ID."
8+

0 commit comments

Comments
 (0)