Skip to content

Commit 6231ec3

Browse files
committed
minor fixes
1 parent f14ee18 commit 6231ec3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.48
1+
0.3.49

rules/cre-2025-0135/supabase-migration-errors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ rules:
6969
set:
7070
window: 5m
7171
event:
72-
source: cre.log.postgres
72+
source: cre.log.postgresql
7373
match:
7474
- regex: 'syntax error at or near|ERROR.*invalid syntax|SQL.*parse error'
7575
- regex: 'relation.*does not exist|column.*does not exist|invalid.*data.*type'

rules/cre-2025-0105/cre-2025-0122/envoy-proxy-crash.yaml renamed to rules/cre-2025-0203/envoy-proxy-crash.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rules:
33
kind: prequel
44
id: Xf7XtYhAqPrV2ZaC1Kj4Lm
55
cre:
6-
id: CRE-2025-0105
6+
id: CRE-2025-0203
77
severity: 0
88
title: Envoy Proxy Crash Due to Assertion Failure
99
category: envoy-proxy-failures
@@ -37,7 +37,7 @@ rules:
3737
set:
3838
window: 1s
3939
event:
40-
source: cre.log
40+
source: cre.log.envoy
4141
match:
4242
- regex: '(?i)critical\]\[assert\]'
4343
count: 1
File renamed without changes.

0 commit comments

Comments
 (0)