Skip to content

Commit a69a130

Browse files
committed
Update data source
1 parent c95d481 commit a69a130

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ New contributors are encouraged to join the problem detection community add new
6565

6666
| Data Source | Reference
6767
|-|-|
68+
cre.config.nginx | https://nginx.org/
6869
cre.log.aws.eks-nodeagent | https://github.com/aws/aws-network-policy-agent
6970
cre.log.datadog.agent | https://github.com/DataDog/datadog-agent
7071
cre.log.django | https://github.com/django/django

rules/cre-2025-0044/nginx-weak-ciphers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ rules:
4545
rule:
4646
set:
4747
event:
48-
source: cre.log.nginx
48+
source: cre.config.nginx
4949
match:
50-
- regex: "ssl_ciphers(.+)(DES-CBC3-SHA|RC4-SHA|AES128-SHA|ECDHE-RSA-SHA1|EXP|MD5|ADH-(AES|DES)|NULL-SHA)(.+);"
50+
- regex: "ssl_ciphers(.+)(DES-CBC3-SHA|RC4-SHA|AES128-SHA|ECDHE-RSA-SHA1|EXP|MD5|ADH-(AES|DES)|NULL-SHA)(.+);"

0 commit comments

Comments
 (0)