Skip to content

Commit 9dc64a5

Browse files
authored
Merge pull request #67 from stackhawk/copilot/fix-issue-66
Remove duplicate MCP tools and add repository-centric attack surface analysis with comprehensive API validation
2 parents 7d63883 + d869179 commit 9dc64a5

File tree

5 files changed

+676
-443
lines changed

5 files changed

+676
-443
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,16 @@ dmypy.json
5858
Thumbs.db
5959

6060
# Output
61-
output/
61+
output/
62+
63+
# Temporary validation and test files
64+
test_new_tools.py
65+
test_output.txt
66+
*validation*.py
67+
*validation*.json
68+
*validation*.md
69+
stackhawk-openapi*.json
70+
API_VALIDATION_REPORT.md
71+
LIVE_API_VALIDATION_SUMMARY.md
72+
OFFICIAL_API_VALIDATION.md
73+
final_endpoint_validation.py

stackhawk.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tags:
2+
- name: environment
3+
value: prod
4+
- name: application
5+
value: secure-app

0 commit comments

Comments
 (0)