Closed as not planned
Description
Should there be a note about security in the docs? Specifically, I am wondering what would constitute a vulnerability here.
Originally posted by @tniessen in nodejs/node#45096 (comment)
In the PR linked above, I'm suggesting adding a static HTTP server that is targeted for development only, i.e. not meant to be production ready (ever, likely). Is there a way to make sure that bugs that will be found in this implementation will not result in security releases?
I think there is value to have this feature built-in (it's already available via npm packages, but having to add a dev dependency for such a simple feature seems silly), but it's unclear if it's worth it if it results in a flow of security vulnerability reports.