Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix various naming inconsistencies #74

Merged
merged 3 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-409
slug: depŕecated-image-registry
slug: deprecated-image-registry
severity: Medium
message: "Deprecated image registry"
match:
Expand Down
2 changes: 1 addition & 1 deletion internal/builtins/mitre/M-200_allowed_registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-200
slug: image-registry
slug: allowed-registries
severity: Medium
message: "Image registry not allowed"
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-202
slug: auto-mount-sa-token
slug: auto-mount-service-account-token
severity: Low
message: "Automounted service account token"
match:
Expand Down
2 changes: 1 addition & 1 deletion internal/builtins/nsa/M-300_read_only_root_filesystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: M-300
slug: read-only-root-fs
slug: read-only-root-filesystem
severity: Low
message: "Root filesystem write allowed"
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/pod-security-admission/policy/check_capabilities_baseline.go
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/pod-security-admission/policy/check_capabilities_baseline_test.go
id: M-103
slug: capabilities-added
slug: capabilities-baseline
severity: High
message: "Insecure capabilities"
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/pod-security-admission/policy/check_capabilities_restricted.go
# https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/pod-security-admission/policy/check_capabilities_restricted_test.go
id: M-116
slug: capabilities
slug: capabilities-restricted
severity: Low
message: "Not allowed added/dropped capabilities"
match:
Expand Down
Loading