Skip to content

Commit 2e68ec6

Browse files
committed
Sync.
1 parent 02abb70 commit 2e68ec6

3 files changed

Lines changed: 1 addition & 31 deletions

File tree

modules/module_extras.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
$CIDRAM['Reporter']->report([15], ['Caught probing for exposed etc/shadow file.'], $CIDRAM['BlockInfo']['IPAddr']);
471471
} // 2025.09.03
472472

473-
if ($Trigger(preg_match('~\?1+1&&|\)%7d%7d%2f~', $LCNrURI), 'SQLi attack')) {
473+
if ($Trigger(preg_match('~\?1\+1&&|\)%7d%7d%2f~', $LCNrURI), 'SQLi attack')) {
474474
$CIDRAM['Reporter']->report([15, 16], ['SQL injection attack detected.'], $CIDRAM['BlockInfo']['IPAddr']);
475475
} // 2025.09.03
476476
}

modules/modules.dat

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
11
---
2-
Chart.js:
3-
Name: "Chart.js"
4-
Version: "3.9.1"
5-
Dependencies:
6-
CIDRAM Core: "^1.20|^2.7"
7-
Remote: "https://raw.githubusercontent.com/CIDRAM/CIDRAM-Extras/master/modules/modules.dat"
8-
Uninstallable: true
9-
Provisional: true
10-
Files:
11-
From:
12-
- "https://raw.githubusercontent.com/Maikuolan/Chart.js-Common-Module/v3.9.1/chart.min.js"
13-
- "https://raw.githubusercontent.com/Maikuolan/Chart.js-Common-Module/v3.9.1/_chartjs.html"
14-
To:
15-
- "fe_assets/chart.min.js"
16-
- "fe_assets/_chartjs.html"
17-
Checksum:
18-
- "fbc45926e6b46845a0f905552a0e0b1331049bff1115ecf94dbe0904d895e710:199560"
19-
- "615790402dd1f3b88e2dcc5c12e3bbbe59de032cae3b2a9678961b68d351b65e:893"
20-
Reannotate: "modules.dat"
212
PHPMailer:
223
Name: "PHPMailer"
234
Version: "6.10.0"

modules/modules.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
Chart.js:
2-
Name: "Chart.js"
3-
Version: "3.9.1"
4-
Provisional: true
5-
Files:
6-
assets/frontend/chart.min.js:
7-
From: "https://raw.githubusercontent.com/Maikuolan/Chart.js-Common-Module/v3.9.1/chart.min.js"
8-
Checksum: "fbc45926e6b46845a0f905552a0e0b1331049bff1115ecf94dbe0904d895e710:199560"
9-
assets/frontend/_chartjs.html:
10-
From: "https://raw.githubusercontent.com/Maikuolan/Chart.js-Common-Module/v3.9.1/_chartjs.html"
11-
Checksum: "615790402dd1f3b88e2dcc5c12e3bbbe59de032cae3b2a9678961b68d351b65e:893"
121
PHPMailer:
132
Name: "PHPMailer"
143
Version: "6.10.0"

0 commit comments

Comments
 (0)