-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Matching logic for product_name and title (#23)
* fix: Matching logic for product_name and title * chore: updates fixture names
- Loading branch information
1 parent
4bb80ac
commit 4813b79
Showing
31 changed files
with
2,186 additions
and
2,581 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
Please place testing code here. The name should be: test_<package name>.py | ||
|
||
## Testing Suppressions | ||
|
||
The tests for suppressions follow these basic principles: | ||
|
||
- The test suppression rules can be found in `fixtures/suppression.yaml`. | ||
- Findings that should be matched against the suppression rules can be found in `fixtures/matching_findings.json`. | ||
- Findings that should NOT be matched with any suppression rule can be found in `fixtures/non_matching_findings.json`. | ||
- The expected match result between findings and rules can be found in `fixtures/expected_matched_findings.json`. | ||
- The expected suppression requests sent to Security Hub can be found in `fixtures/expected_batch_update_findings.json`. |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.