You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
17
17
- Maintenance and documentation changes.
18
18
- Active and passive READMEs to include lastest JS script examples.
19
19
- Reduce usage of fully qualified objects in loops or main methods to address potential classloader performance issues, in JavaScript scripts (Issue 9187).
20
+
- httpsender/AlertOnHttpResponseCodeErrors.js and AlertOnUnexpectedContentTypes.js synced from zaproxy/docker (Issue 9273), renamed to PascalCase.
20
21
21
22
### Fixed
22
23
- The following scripts were not being loaded as scan rules:
23
24
- active/SSTI.js
24
25
- passive/Mutliple Security Header Check.js
25
-
- Updated Alert_on_HTTP_Response_Code_Errors.js to work with GraalVM JavaScript engine.
26
+
- Updated AlertOnHttpResponseCodeErrors.js to work with GraalVM JavaScript engine.
0 commit comments