-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enhancement: Policy check now returns detailed reasons why a policy check failed * Enhancement: Generate HTML compliance report from mustache-based template * New Policy: Code Flaws filter for critical * New Policy: Guardian filter for CVE age, allow exceptions to Guardian policy * New Policy: Restrict presence of user accounts * Bug fix: Only one exception was valid for private key, certificate check * Bug fix: Binary hardening did not process includes properly * Code cleanup
- Loading branch information
Showing
8 changed files
with
256 additions
and
141 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,3 +102,6 @@ venv.bak/ | |
|
||
# mypy | ||
.mypy_cache/ | ||
|
||
# vscode | ||
.vscode/ |
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.