mobbdev 0.0.87 → 0.0.88

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
@@ -3505,6 +3505,8 @@ var getIssueType = (issueType) => {
3505
3505
  return "Incomplete URL Sanitization";
3506
3506
  case "LOG_FORGING" /* LogForging */:
3507
3507
  return "Log Forging";
3508
+ case "LOCALE_DEPENDENT_COMPARISON" /* LocaleDependentComparison */:
3509
+ return "Locale Dependent Comparison";
3508
3510
  case "MISSING_CHECK_AGAINST_NULL" /* MissingCheckAgainstNull */:
3509
3511
  return "Missing Check against Null";
3510
3512
  case "PASSWORD_IN_COMMENT" /* PasswordInComment */:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "https://github.com/mobb-dev/bugsy",
6
6
  "main": "dist/index.js",