mobbdev 1.0.112 → 1.0.113

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -11257,7 +11257,7 @@ function validateRepoUrl(args) {
11257
11257
  });
11258
11258
  }
11259
11259
  }
11260
- var supportExtensions = [".json", ".xml", ".fpr", ".sarif"];
11260
+ var supportExtensions = [".json", ".xml", ".fpr", ".sarif", ".zip"];
11261
11261
  function validateReportFileFormat(reportFile) {
11262
11262
  if (!supportExtensions.includes(path10.extname(reportFile))) {
11263
11263
  throw new CliError(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "git+https://github.com/mobb-dev/bugsy.git",
6
6
  "main": "dist/index.js",