fix: complete triage security and transfer remediation

This commit is contained in:
2026-08-08 20:35:29 +02:00
parent 2ce4f9fbf6
commit 4534284fe9
8 changed files with 248 additions and 32 deletions
+8 -1
View File
@@ -2,7 +2,7 @@ name: CI
on:
push:
branches: [main]
branches: [main, dev]
pull_request:
jobs:
@@ -73,6 +73,13 @@ jobs:
- name: Build fuzz targets
run: cmake --build build-fuzz -j$(nproc)
- name: Smoke fuzz targets
run: |
for target in build-fuzz/fuzz_*; do
[ -x "$target" ] || continue
timeout 10s "$target" -runs=100 -max_total_time=5
done
coverage:
runs-on: ubuntu-latest
container: gitea.tap-tap.win/taptap/fastsync-ci:v9