Skip to content

Bootstrap 5.3.3 w/ Axios Cross-Site Request Forgery Vulnerability #39907

Discussion options

You must be logged in to vote

From our package-lock.json, it can be seen that axios is a dependency coming from bundlewatch:

"node_modules/bundlewatch": {
      "version": "0.3.3",
      "resolved": "https://registry.npmjs.org/bundlewatch/-/bundlewatch-0.3.3.tgz",
      "integrity": "sha512-qzSVWrZyyWXa546JpAPRPTFmnXms9YNVnfzB05DRJKmN6wRRa7SkxE4OgKQmbAY74Z6CM2mKAc6vwvd2R+1lUQ==",
      "dev": true,
      "dependencies": {
        "axios": "^0.24.0",

Bundlewatch is only used by our CI (or manually locally) to checks file sizes, ensuring bundled browser assets don't jump in file size; it's not embedded into the Bootstrap bundle files.
IMO, there's no need on your end to fix this issue.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DebWasHere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants