Skip to content

Commit

Permalink
chore: Update webpack.config.js (#1153)
Browse files Browse the repository at this point in the history
Add a cautionary comment about `devServer` being a security problem.

## References
GHSA-wr3j-pwj9-hqq6
  • Loading branch information
wraithgar committed Jun 12, 2024
1 parent c276266 commit 2c47062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const {resolve} = require('path')
// XXX do not export a devServer from this file.
// See https://github.com/advisories/GHSA-wr3j-pwj9-hqq6 for more info.
module.exports = {
resolve: {
alias: {
Expand Down

0 comments on commit 2c47062

Please sign in to comment.