Skip to content

Commit c508464

Browse files
authored
Merge branch 'google:master' into CVE-2023-5717_mitigation
2 parents e7f6628 + bf0d68f commit c508464

File tree

4 files changed

+1248
-57
lines changed

4 files changed

+1248
-57
lines changed

.github/workflows/jekyll-gh-pages.yml

-56
This file was deleted.

.github/workflows/kernelctf-submission-verification.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
- name: Download exploit
203203
uses: actions/download-artifact@v4
204204
with:
205-
name: exploit_${{ env.RELEASE_ID }}
205+
name: ${{ needs.structure_check.outputs.artifact_backup_dir }}_exploit_${{ env.RELEASE_ID }}
206206
path: ./kernelctf/repro/exp/
207207

208208
- name: Fetch rootfs

_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kramdown:
2+
input: GFM
3+
syntax_highlighter: rouge

0 commit comments

Comments
 (0)