-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(#4045): fix spacing and whitelines
- Loading branch information
1 parent
325e478
commit d057edd
Showing
3 changed files
with
23 additions
and
22 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
16 changes: 8 additions & 8 deletions
16
...tector/test_scan_results/data/test_cases/cases_scan_updated_package_still_vulnerable.yaml
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,14 +1,14 @@ | ||
- name: 'Alert vulnerability removal' | ||
description: 'Alert when a package is removed from the database' | ||
- name: no_alert_updated_package_still_vulnerable | ||
description: When a package is updated to still vulnerable version, no alert appears showing package vuln as solved | ||
configuration_parameters: null | ||
metadata: | ||
provider_name: 'canonical' | ||
system: 'FOCAL' | ||
oval_feed: 'custom_feed_updated_packace_still_vulnerable.xml' | ||
nvd_feed: 'real_nvd_feed.json' | ||
provider_name: canonical | ||
system: FOCAL | ||
oval_feed: custom_feed_updated_packace_still_vulnerable.xml | ||
nvd_feed: real_nvd_feed.json | ||
oval_feed_tag: CUSTOM_OVAL_FEED | ||
nvd_feed_tag: CUSTOM_NVD_JSON_FEED | ||
test_package_version: '1.0.0' | ||
test_package_version_still_vulnerable: '9.0.0' | ||
test_package_version: 1.0.0 | ||
test_package_version_still_vulnerable: 9.0.0 | ||
test_package_name: custom-package-0 | ||
cve: CVE-2023 |
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