Skip to content

Commit 87156ab

Browse files
authored
Merge branch 'main' into windows-vmi-v2
2 parents ddad092 + 755e74f commit 87156ab

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ env:
2020
MINGW_URL: "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-16.0.6-11.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-13.2.0-llvm-16.0.6-mingw-w64ucrt-11.0.0-r1.7z"
2121
MINGW_VERSION: "13.2.0-16.0.6-11.0.0-ucrt-r1"
2222

23+
permissions:
24+
contents: read
25+
2326
jobs:
2427
cache_craff:
2528
runs-on: ubuntu-latest

.github/workflows/scans.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
pull_request:
88
branches: ["main"]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
super_lint:
1215
name: Run Super Linter

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9349/badge)](https://www.bestpractices.dev/projects/9349)
2+
13
# TSFFS: Target Software Fuzzer For SIMICS
24

35
TSFFS is a snapshotting, coverage-guided fuzzer built on the

0 commit comments

Comments
 (0)