mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-25 05:56:00 +03:00
[PR #56] [MERGED] Add exploit feasibility framework #59
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gadievron/raptor/pull/56
Author: @grokjc
Created: 12/30/2025
Status: ✅ Merged
Merged: 1/5/2026
Merged by: @danielcuthbert
Base:
main← Head:exploit_feasibility📝 Commits (1)
f9e8261Add exploit feasibility framework📊 Changes
43 files changed (+18668 additions, -6 deletions)
View changed files
📝
.claude/commands/exploit.md(+98 -1)➕
.claude/skills/exploit-dev/instructions.md(+153 -0)📝
CLAUDE.md(+51 -0)📝
docs/README.md(+38 -3)➕
docs/exploit-feasibility.md(+372 -0)📝
packages/autonomous/exploit_validator.py(+20 -0)📝
packages/codeql/autonomous_analyzer.py(+10 -2)➕
packages/exploit_feasibility/README.md(+206 -0)➕
packages/exploit_feasibility/__init__.py(+209 -0)➕
packages/exploit_feasibility/analyzer.py(+3609 -0)➕
packages/exploit_feasibility/api.py(+2532 -0)➕
packages/exploit_feasibility/cache.py(+383 -0)➕
packages/exploit_feasibility/config.py(+243 -0)➕
packages/exploit_feasibility/constants.py(+359 -0)➕
packages/exploit_feasibility/constraints.py(+539 -0)➕
packages/exploit_feasibility/context.py(+1566 -0)➕
packages/exploit_feasibility/errors.py(+270 -0)➕
packages/exploit_feasibility/exploit_context.py(+488 -0)➕
packages/exploit_feasibility/graph.py(+482 -0)➕
packages/exploit_feasibility/mitigations.py(+611 -0)...and 23 more files
📄 Description
This PR adds an Exploitation Feasibility framework to Raptor.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.