Technical feedback: what makes a proven exploit hard to encode deterministically? #7
Pazificateur69
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I maintain ExploitSpec. I want its format decisions to be driven by confirmed security-testing workflows, not by a feature checklist.
ExploitSpec starts after a pentester or AppSec engineer has already proved a finding. The intended result is a small, reviewable invariant that fails on the vulnerable build, passes after the fix, and remains stable in CI.
The question
What part of a real, confirmed finding is hardest to translate into a deterministic regression test?
If you can share a sanitized example, this outline would be especially useful:
Feedback that says a workflow should remain outside the core is useful too. The project deliberately avoids arbitrary scripting, browser automation, autonomous exploitation, and testing targets without authorization.
Please do not post credentials, customer data, private endpoints, unsanitized responses, or an undisclosed vulnerability. Synthetic request/response fragments and descriptions of already-remediated findings are enough.
I will turn recurring, well-bounded patterns into specific design issues or cookbook examples, with attribution when a contributor wants it.
All reactions