-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Add Passive Scan Feature #420
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: HAHWUL <[email protected]>
github-actions
bot
added
🦺 github-action
Issue for GitHub actions
🛥️ workflow
Issue for Workflows
labels
Sep 27, 2024
Closed
Signed-off-by: HAHWUL <[email protected]>
github-actions
bot
added
⚙️ options
Issue for options (flag)
⛱️ config
Issue for Configuration
labels
Sep 29, 2024
Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
Remove unused variable assignment in rules.cr Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
…ed path Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
…lderPassiveScan class Signed-off-by: HAHWUL <[email protected]>
Interim review
{
"passive_results": [
{
"id": "...",
"info": {
"name": "ABCD",
"author": [
"abcd",
"aaaa"
],
"severity": "critical",
"description": "....",
"reference": [
"https://google.com"
]
},
"category": "secret",
"techs": [
"*",
"ruby-rails"
],
"file_path": "./spec/functional_test/fixtures/crystal_kemal/src/testapp.cr",
"line_number": 4,
"extract": " env.request.headers[\"x-api-key\"].as(String)"
}
]
} |
…lderPassiveScan class Signed-off-by: HAHWUL <[email protected]>
…lderPassiveScan class Signed-off-by: HAHWUL <[email protected]>
…lderPassiveScan class Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
github-actions
bot
added
the
📑 documentation
Improvements or additions to documentation
label
Sep 29, 2024
Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
…e flowchart Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
Signed-off-by: HAHWUL <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
⛱️ config
Issue for Configuration
🔎 detector
Issue for Detector
📑 documentation
Improvements or additions to documentation
🦺 github-action
Issue for GitHub actions
⚙️ options
Issue for options (flag)
📦 output-builder
Issue for output builder (format)
🚔 passive-scan
💊 spec
Issue for test codes
🛥️ workflow
Issue for Workflows
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closed #419
Signed-off-by: HAHWUL [email protected]