fixtures

command
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2026 License: MIT, Apache-2.0 Imports: 23 Imported by: 0

Documentation

Overview

Negative fixtures for the Go taint engine. Every call site below would match a conservative go/no-* rule's surface, but no go/taint-* rule may fire: the sinks either take literal arguments, a value that had its taint cleared by reassignment, or a value that lives in a sibling function (cross-function isolation).

Positive fixtures for the Go taint engine. Each handler flows an untrusted source into a taint sink. The taint rules must fire exactly once per handler; the conservative go/no-* counterparts coexist wherever their pattern also matches.

Directories

Path Synopsis
Small realistic Gin service used for end-to-end validation of the Go taint engine.
Small realistic Gin service used for end-to-end validation of the Go taint engine.
Safe fixture: no taint should flow into exec.Command().
Safe fixture: no taint should flow into exec.Command().

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL