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.
- package/dist/index.mjs +2 -0
- 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 */:
|