Improve hardening-tests of child_process.fork() once Node.js version is upgraded #59628
Labels
Feature:Hardening
Harding of Kibana from a security perspective
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Depends on #47968
In #55697, new tests are added that tests the hardening of the
child_process
module. Some tests of thefork
function have been omitted as the version of Node.js that Kibana is currently running contains a bug which makes some corner-case testing offork
impossible (seeTODO
in #55697).Once we upgrade to a newer version of Node.js, these tests should be added.
The text was updated successfully, but these errors were encountered: