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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
carriesUntrustedVerbatim | readonly | boolean | true 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 |
matchedSourceKinds | readonly | readonly string[] | Untrusted source kinds whose recorded output matched the arguments. | packages/security/src/dataflow/types.ts:99 |