You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+92Lines changed: 92 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,98 @@ When making a pull request, please adhere to the following conventions:
53
53
54
54
If you have any questions, feel free to ask around on the IRC channel.
55
55
56
+
## Contributing Framework Detection Patterns
57
+
58
+
The framework detection module (`pkg/scan/frameworks/detect.go`) identifies web frameworks by analyzing HTTP headers and response bodies. To add support for a new framework:
59
+
60
+
### Adding a New Framework Signature
61
+
62
+
1. Add your framework to the `frameworkSignatures` map:
0 commit comments