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.
Note: Replace PR #232 only with the requested feature
The main change is to allow users to include only the detected rules in the report, making the Known Security Rules section more compact and concise.
Key Changes:
New Option: We have introduced a new command-line option,
--only-detected-rules
, which, when used during report generation, will include only the rules that have been detected.Benefits:
Enhanced Clarity: By including only the detected rules in the report, the Known Security Rules section will become significantly more concise. This simplifies the report and ensures that users can focus on the most critical information without unnecessary clutter.
Improved Readability: Users will appreciate the improved readability of the report, which will make it easier to identify and prioritize security issues.
How to Use:
To utilize this new feature, simply include the
--only-detected-rules
option when generating the report. For example: