Documentation
¶
Overview ¶
Package dastrunner executes narrowly-scoped, approved runtime verification probes.
This is not an autonomous exploit engine. The service only accepts a safety.AdmittedAction, which can be produced by safety.Gate after scope/window/RoE and HITL approval. It then runs a bounded, argv-only, safe HTTP probe, seals a compact result summary, and hands the typed proof class to dastverifier.Service / analysis.Verify for custody and score movement.
Index ¶
Constants ¶
View Source
const ( ToolRunDASTVerifier = "run_dast_verifier" ActionSafeHTTPProbe = "dast.safe_http_probe" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Judgment judgment.Judgment
Proof dastverifier.ProofClass
Status int
Evidence shared.ID
}
Click to show internal directories.
Click to hide internal directories.