mobbdev 0.0.106 → 0.0.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -3596,6 +3596,8 @@ var getIssueType = (issueType) => {
3596
3596
  return "XSS";
3597
3597
  case "PT" /* Pt */:
3598
3598
  return "Path Traversal";
3599
+ case "ZIP_SLIP" /* ZipSlip */:
3600
+ return "Zip Slip";
3599
3601
  case "INSECURE_RANDOMNESS" /* InsecureRandomness */:
3600
3602
  return "Insecure Randomness";
3601
3603
  case "SSRF" /* Ssrf */:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.106",
3
+ "version": "0.0.107",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "https://github.com/mobb-dev/bugsy",
6
6
  "main": "dist/index.js",