Rules

Taint Analysis

Write source-to-sink dataflow rules with xgrep's taint mode.

Taint Analysis

This page is a stub — to be written.

xgrep supports taint-mode rules (mode: taint) with pattern-sources, pattern-sinks, pattern-sanitizers, and pattern-propagators, including interprocedural and cross-file (interfile: true) tracking. This guide will cover authoring taint rules end-to-end.

In the meantime, the feature list is in Writing rules.

On this page