Update debug
dependency (memory leak leading to vulnerability)
#486
Labels
debug
dependency (memory leak leading to vulnerability)
#486
Context: the body-parser lib is included as a nested dependency in our application.
We use Checkmarx to scan for security vulnerabilities, and it indicates a vulnerability due to the usage of a version of the
debug
dependency which contains a memory leak.Updating the
debug
package to 4.3.x would remove the vulnerability.The text was updated successfully, but these errors were encountered: