Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/security / / ArgsTaintProbe

Interface: ArgsTaintProbe

Defined in: packages/security/src/dataflow/types.ts:91

Result of probing a candidate sink's arguments against a TaintLedger.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
carriesUntrustedVerbatimreadonlybooleantrue when the serialized arguments share a substantial verbatim span with previously-recorded untrusted output (best-effort: catches verbatim / near-verbatim forwarding, not paraphrase).packages/security/src/dataflow/types.ts:97
matchedSourceKindsreadonlyreadonly string[]Untrusted source kinds whose recorded output matched the arguments.packages/security/src/dataflow/types.ts:99