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
We are using detectify to scan for vulnerabilities at our api. The tool tests a variety of cases. It tests for broken http packages and invalid urls. This leads to an uptick of logs like [error] message: Invalid path: or [log,connection,client,error] message: Parse Error: Invalid method encountered, stack: Error: Parse Error: Invalid method encountered. I was wondering if there was a way to stop hapi from printing them
The text was updated successfully, but these errors were encountered:
Runtime
nodejs
Runtime version
18
Module version
21.3.2
Used with
No response
Any other relevant information
No response
How can we help?
We are using detectify to scan for vulnerabilities at our api. The tool tests a variety of cases. It tests for broken http packages and invalid urls. This leads to an uptick of logs like
[error] message: Invalid path:
or[log,connection,client,error] message: Parse Error: Invalid method encountered, stack: Error: Parse Error: Invalid method encountered
. I was wondering if there was a way to stop hapi from printing themThe text was updated successfully, but these errors were encountered: