Skip to content
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.48
0.3.49
2 changes: 1 addition & 1 deletion rules/cre-2025-0135/supabase-migration-errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ rules:
set:
window: 5m
event:
source: cre.log.postgres
source: cre.log.postgresql
match:
- regex: 'syntax error at or near|ERROR.*invalid syntax|SQL.*parse error'
- regex: 'relation.*does not exist|column.*does not exist|invalid.*data.*type'
Expand Down
2 changes: 1 addition & 1 deletion rules/cre-2025-0202/aws-ebs-csi-driver-fails-to.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rules:
- cre:
id: CRE-2025-0201
id: CRE-2025-0202
severity: 3
title: The snapshot functionality of the AWS EBS CSI Driver is failing.
category: storage-problem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rules:
kind: prequel
id: Xf7XtYhAqPrV2ZaC1Kj4Lm
cre:
id: CRE-2025-0105
id: CRE-2025-0203
severity: 0
title: Envoy Proxy Crash Due to Assertion Failure
category: envoy-proxy-failures
Expand Down Expand Up @@ -37,7 +37,7 @@ rules:
set:
window: 1s
event:
source: cre.log
source: cre.log.envoy
match:
- regex: '(?i)critical\]\[assert\]'
count: 1
Expand Down
Loading