Skip to content

docs: separate precision suite roles and ForthWall safety #6

docs: separate precision suite roles and ForthWall safety

docs: separate precision suite roles and ForthWall safety #6

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
# SPDX-License-Identifier: MPL-2.0
name: ClusterFuzzLite PR
on:
pull_request:
paths:
- '**/*.rs'
permissions:
actions: read
contents: read
jobs:
PR:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
sanitizer: [address, undefined]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
- uses: google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
with:
sanitizer: ${{ matrix.sanitizer }}
language: rust
- uses: google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 300
sanitizer: ${{ matrix.sanitizer }}
mode: code-change
output-sarif: true
- uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v3
if: always()
with:
sarif_file: vulnerabilities.sarif