Remove Swagger Secret & Version Detector active scan rule#505
Conversation
Signed-off-by: ricekot <git@ricekot.com>
e4428f9 to
a0395e1
Compare
There was a problem hiding this comment.
Pull request overview
This PR removes the SwaggerSecretDetector.js active scan rule script that was previously added in PR #487. The script has been migrated to the openapi add-on (zaproxy/zap-extensions#6853), making this community script redundant.
Changes:
- Complete removal of the SwaggerSecretDetector.js file from the active scripts directory
- Removal of the corresponding changelog entry from the Unreleased "Added" section
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| active/SwaggerSecretDetector.js | Complete deletion of the 353-line active scan rule script |
| CHANGELOG.md | Removed the entry for SwaggerSecretDetector.js from the Unreleased Added section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
New Issues (5)Checkmarx found the following issues in this Pull Request
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
Use @Checkmarx to interact with Checkmarx PR Assistant. |
|
Thank you! |



Reverts #487, now that the script was added to the openapi add-on in zaproxy/zap-extensions#6853.