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
4 changes: 2 additions & 2 deletions rules/restricted-files.data
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ build.zig.zon
# Red Hat Subscription Manager config
.redhat/
# NPM node modules
node_modules/
# node_modules/
# Bun Dir
.bun/
# Bun global config
Expand Down Expand Up @@ -678,7 +678,7 @@ miniconda3/
.perldb
.perl_repl_history
.perlhistory
perl/
# perl/
# CPAN & Cpan+
.cpan/
.cpanplus/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,35 @@ tests:
output:
log:
expect_ids: [930130]
- test_id: 14
desc: "Wazuh: False positive loading light css module matching `/node_modules/`"
stages:
- input:
dest_addr: "127.0.0.1"
method: "GET"
port: 80
headers:
User-Agent: "OWASP CRS test agent"
Host: "localhost"
Accept: "*/*"
uri: "/node_modules/@osd/ui-framework/dist/kui_light.css"
version: "HTTP/1.1"
output:
log:
no_expect_ids: [930130]
- test_id: 15
desc: "GitLab: loading VSCode Web editor config matching `/perl/`"
stages:
- input:
dest_addr: "127.0.0.1"
method: "GET"
port: 80
headers:
User-Agent: "OWASP CRS test agent"
Host: "localhost"
Accept: "*/*"
uri: "/assets/webpack/gitlab-web-ide-vscode-workbench-0.0.1-dev-20260106142046/vscode/extensions/perl/syntaxes/perl6.tmLanguage.json"
version: "HTTP/1.1"
output:
log:
no_expect_ids: [930130]
Loading