Skip to content

Commit 7456ccd

Browse files
authored
Merge pull request #296 from thc202/codeql/address-alerts
Address CodeQL alerts
2 parents 31acc2a + a4c753c commit 7456ccd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1313
### Removed
1414
- standalone/Run report.js - no longer working, the old/deprecated class that it used was removed.
1515

16+
### Fixed
17+
- active/User defined attacks.js - correctly escape dot character in some evidence strings.
18+
1619
## [15] - 2022-10-02
1720
### Added
1821
- active/RCE.py

active/User defined attacks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ var evidence = [
3333
"ADODB.Field error",
3434
"An illegal character has been found in the statement",
3535
"An unexpected token .* was found",
36-
"ASP\.NET is configured to show verbose error messages",
37-
"ASP\.NET_SessionId",
36+
"ASP\\.NET is configured to show verbose error messages",
37+
"ASP\\.NET_SessionId",
3838
"Custom Error Message",
3939
"database error",
4040
"DB2 Driver",

0 commit comments

Comments
 (0)