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
I would like a way to remove the source file from the output in the console. While helpful for debugging, showing the full path and source file in production potentially opens you up to Full Path Disclosure vulnerabilities.
One way to do this would be to allow broader control over formatting in general like suggested in #13. Another would be a simple bool toggle inside the WASMLayerConfig.
I'll be raising a PR shortly doing the second implementation, since it's a lot easier 😉
The text was updated successfully, but these errors were encountered:
I would like a way to remove the source file from the output in the console. While helpful for debugging, showing the full path and source file in production potentially opens you up to Full Path Disclosure vulnerabilities.
One way to do this would be to allow broader control over formatting in general like suggested in #13. Another would be a simple
bool
toggle inside theWASMLayerConfig
.I'll be raising a PR shortly doing the second implementation, since it's a lot easier 😉
The text was updated successfully, but these errors were encountered: