Skip to content

Commit

Permalink
fix(deps): override send version to fix vulnerability (#216)
Browse files Browse the repository at this point in the history
fixes send vulnerable to template injection that can lead to XSS - GHSA-m6fv-jmcg-4jfg
  • Loading branch information
nielm authored Sep 11, 2024
1 parent ea6129a commit af82b21
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 80 deletions.
130 changes: 50 additions & 80 deletions cloudrun-malware-scanner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions cloudrun-malware-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
"husky": "^9.1.5",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"overrides": {
"send": "^0.19.0"
}
}

0 comments on commit af82b21

Please sign in to comment.