Skip to content

Commit ba048c2

Browse files
authored
Merge branch 'main' into fix-nghttp2-checker
2 parents 67f7794 + 6395149 commit ba048c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+535
-546
lines changed

.github/actions/spelling/allow.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ connman
9090
conventionalcommits
9191
copyleft
9292
coreinfrastructure
93+
coreutils
9394
cpanfile
9495
cpio
9596
cpp
@@ -183,6 +184,7 @@ fsprogs
183184
ftp
184185
ftpd
185186
fuzzer
187+
g
186188
GAD
187189
gcc
188190
gdb
@@ -304,6 +306,7 @@ liblas
304306
libmatroska
305307
libmemcached
306308
libmicrohttpd
309+
libmodbus
307310
libnss
308311
libpcap
309312
libpng
@@ -399,6 +402,7 @@ ng
399402
ngd
400403
nghttp
401404
nginx
405+
ngircd
402406
Niraj
403407
nirajkamdar
404408
nisamson
@@ -411,6 +415,7 @@ noreferrer
411415
nosec
412416
nowdailynever
413417
nplurals
418+
ntfs
414419
ntia
415420
ntp
416421
ntpsec
@@ -493,6 +498,7 @@ Rahul
493498
raptor
494499
rauc
495500
rdesktop
501+
readline
496502
readme
497503
readthedocs
498504
realpython
@@ -594,6 +600,7 @@ tss
594600
turbo
595601
u
596602
ubuntu
603+
udisks
597604
udupa
598605
uid
599606
unbound

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ jobs:
4242

4343
steps:
4444
- name: Harden Runner
45-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
45+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
4646
with:
4747
egress-policy: audit
4848

4949
- name: Checkout repository
50-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
50+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
54+
uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
5555
with:
5656
languages: ${{ matrix.language }}
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6363
# If this step fails, then you should remove it and run the build manually (see below)
6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
65+
uses: github/codeql-action/autobuild@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 https://git.io/JvXDl
@@ -76,4 +76,4 @@ jobs:
7676
# make release
7777

7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
79+
uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0

.github/workflows/coverity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
14+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
1515
with:
1616
egress-policy: audit
1717

18-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
18+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1919
- uses: vapier/coverity-scan-action@cae3c096a2eb21c431961a49375ac17aea2670ce # v1.7.0
2020
with:
2121
email: ${{ secrets.COVERITY_SCAN_EMAIL }}

.github/workflows/cve_scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
timeout-minutes: 10
1616
steps:
1717
- name: Harden Runner
18-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
18+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
1919
with:
2020
egress-policy: audit
2121

22-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
22+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2323
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
2424
with:
2525
python-version: '3.x'

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
20+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
2121
with:
2222
egress-policy: audit
2323

2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
25+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1 # v3.0.6

.github/workflows/export_data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626

2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
29+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
3030
with:
3131
egress-policy: audit
3232

33-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
33+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3434

3535
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
3636
with:
@@ -50,7 +50,7 @@ jobs:
5050
python -m cve_bin_tool.cli --export-json exported_data
5151
5252
- name: Create Pull Request
53-
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
53+
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
5454
with:
5555
commit-message: 'chore: update database copy'
5656
title: 'chore: create copy of NVD database'

.github/workflows/formatting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
22+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
2323
with:
2424
egress-policy: audit
2525

26-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
26+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2727
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
2828
with:
2929
python-version: '3.x'
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python cve_bin_tool/format_checkers.py
3838
- name: Create Pull Request
39-
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
39+
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
4040
with:
4141
commit-message: "chore: update checkers table"
4242
title: "chore: update checkers table"

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
tool: ['isort', 'black', 'pyupgrade', 'flake8', 'bandit', 'gitlint', 'mypy']
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
21+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
2222
with:
2323
egress-policy: audit
2424

25-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
25+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2626
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
2727
with:
2828
python-version: '3.x'

.github/workflows/sbom.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
2222
steps:
2323
- name: Harden Runner
24-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
24+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
2525
with:
2626
egress-policy: audit
2727

28-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
28+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2929
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
3030
with:
3131
python-version: ${{ matrix.python }}
@@ -61,7 +61,7 @@ jobs:
6161
cp cve-bin-tool-py${{ matrix.python }}.json sbom/cve-bin-tool-py${{ matrix.python }}.json
6262
- name: Create Pull Request
6363
if: ${{ steps.diff-sbom.outputs.changed }}
64-
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
64+
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
6565
with:
6666
commit-message: "chore: update SBOM for Python ${{ matrix.python }}"
6767
title: "chore: update SBOM for Python ${{ matrix.python }}"

.github/workflows/scorecard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222

2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
25+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
2626
with:
2727
egress-policy: audit
2828

2929
- name: "Checkout code"
30-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
30+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3131
with:
3232
persist-credentials: false
3333

@@ -39,13 +39,13 @@ jobs:
3939
publish_results: true
4040

4141
- name: "Upload artifact"
42-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
42+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
4343
with:
4444
name: SARIF file
4545
path: results.sarif
4646
retention-days: 5
4747

4848
- name: "Upload to code-scanning"
49-
uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
49+
uses: github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
5050
with:
5151
sarif_file: results.sarif

.github/workflows/spelling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
17+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
1818
with:
1919
egress-policy: audit
2020

21-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
21+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2222
- uses: check-spelling/check-spelling@d7cd2973c513e84354f9d6cf50a6417a628a78ce # v0.0.21
2323
with:
2424
post_comment: '0'

.github/workflows/testing.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
29+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
3030
with:
3131
egress-policy: audit
3232

33-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
33+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3434
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
3535
with:
3636
python-version: '3.x'
@@ -56,11 +56,11 @@ jobs:
5656
timeout-minutes: 60
5757
steps:
5858
- name: Harden Runner
59-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
59+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
6060
with:
6161
egress-policy: audit
6262

63-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
63+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
6464
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
6565
with:
6666
python-version: ${{ matrix.python }}
@@ -126,11 +126,11 @@ jobs:
126126
LONG_TESTS: 1
127127
steps:
128128
- name: Harden Runner
129-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
129+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
130130
with:
131131
egress-policy: audit
132132

133-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
133+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
134134
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
135135
with:
136136
python-version: '3.10'
@@ -223,11 +223,11 @@ jobs:
223223
EXTERNAL_SYSTEM: 1
224224
steps:
225225
- name: Harden Runner
226-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
226+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
227227
with:
228228
egress-policy: audit
229229

230-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
230+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
231231
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
232232
with:
233233
python-version: '3.10'
@@ -317,11 +317,11 @@ jobs:
317317
PYTHONIOENCODING: 'utf8'
318318
steps:
319319
- name: Harden Runner
320-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
320+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
321321
with:
322322
egress-policy: audit
323323

324-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
324+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
325325
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
326326
with:
327327
python-version: '3.10'
@@ -387,11 +387,11 @@ jobs:
387387
PYTHONIOENCODING: 'utf8'
388388
steps:
389389
- name: Harden Runner
390-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
390+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
391391
with:
392392
egress-policy: audit
393393

394-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
394+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
395395
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
396396
with:
397397
python-version: '3.9'

.github/workflows/update-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
timeout-minutes: 20
2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
25+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
2626
with:
2727
egress-policy: audit
2828

29-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
29+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3030
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
3131
with:
3232
python-version: '3.10'

.github/workflows/update-js-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222

2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
25+
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
2626
with:
2727
egress-policy: audit
2828

29-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
29+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3030

3131
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
3232
with:
@@ -54,7 +54,7 @@ jobs:
5454
run: python -m pytest -v -n auto test/test_html.py
5555

5656
- name: Create Pull Request
57-
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
57+
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
5858
with:
5959
commit-message: "chore: update js dependencies"
6060
title: "chore: update js dependencies"

0 commit comments

Comments
 (0)