版本发布 8
- Rebuild package-lock.json to address serveral upstream vulns.
- Add sanitize-html package. - Fix broken unit test on latest pixl-server-user. - Security Hardening: Disallow "update_event" from job output unless specifically enabled in configuration. - Security Hardening: Perform HTML sanitization on user content in job outputs. - Add securty policy for reporting vulns.
- Ensure goMaster() function is only ever called once. Log a fatal error and shut down if it gets double-called.
- SPECIAL CASE: create json-string-escaped version of chain_description, for GH Issue #942
- Fixes #938
- Fix issue where single IPv6 isn't logged in transaction log in certain cases. Changed to log all IPs from args.ip.
- Fixed another case of the number suffixes being wrong in the teens. Thanks again to @sa-dbilling for catching this.
- Add protection against rare "EBADF: bad file descriptor" error when live log filehandle is closed. - Fixes #924