Skip to content

Commit

Permalink
fix rule names of policy exception (#560)
Browse files Browse the repository at this point in the history
* fix rule names of policy exception
* update nancy-ignore
  • Loading branch information
bdehri authored Aug 3, 2023
1 parent a3f3704 commit 8cb2903
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nancy-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ CVE-2023-26125
CVE-2023-29401

# golang/google.golang.org/[email protected]
CVE-2023-32731 until=2023-07-30
CVE-2023-32731 until=2023-08-30
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fix rule names of PolicyException.

## [3.2.0] - 2023-07-17

### Fixed
Expand Down
6 changes: 4 additions & 2 deletions helm/cert-operator/templates/pss-exceptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ spec:
- autogen-host-path
- policyName: disallow-capabilities-strict
ruleNames:
- disallow-capabilities
- autogen-disallow-capabilities
- adding-capabilities-strict
- autogen-adding-capabilities-strict
- require-drop-all
- autogen-require-drop-all
- policyName: disallow-privilege-escalation
ruleNames:
- privilege-escalation
Expand Down

0 comments on commit 8cb2903

Please sign in to comment.