Skip to content

test: add 15 C security scanner fixtures - #205

Merged
ralyodio merged 3 commits into
profullstack:masterfrom
WNZhao:test/c-security-fixtures
Aug 28, 2026
Merged

ralyodio merged 3 commits into
profullstack:masterfrom
WNZhao:test/c-security-fixtures

Conversation

@WNZhao

@WNZhao WNZhao commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds 15 inert C security-scanner fixtures focused on memory safety, injection, authentication, path handling, integer overflow, and information exposure. Each fixture contains vulnerable markers and a safe control behind the compile-time false NEVER_RUN guard.

Validation

  • all 15 files pass clang -std=c11 -Wall -Wextra -Werror -Wno-format-security -fsyntax-only (the format-security warning is the intentional CWE-134 fixture)
  • bash scripts/validate-test-case.sh passes all 6 groups
  • generated vulnerability catalogs are current
  • git diff --check passes

Submitted for the uGig per-accepted-file security fixture task.

WNZhao and others added 3 commits August 24, 2026 23:25
# Conflicts:
#	docs/VULNERABILITY_CATALOG.md
#	vulns/VULNERABILITY_CATALOG.json
# Conflicts:
#	docs/VULNERABILITY_CATALOG.md
#	vulns/VULNERABILITY_CATALOG.json
@ralyodio
ralyodio merged commit 27063bc into profullstack:master Aug 28, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants