-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
Fully Compatible
-
v8.0, v7.0
-
Security 2024-09-30
-
0
In `log_rotate_command.test.js` JSON.parse() will fail if `audit.getAllLines()` returns more than 1 line since JSON.parse({...},{...}) is invalid.
We should either accept more than 1 line and look for the atype `rotatelog`, or use the first line returned.