mobbdev 1.0.114 → 1.0.116
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 +7 -1
- package/package.json +17 -17
package/dist/index.mjs
CHANGED
|
@@ -445,6 +445,7 @@ var IssueType_Enum = /* @__PURE__ */ ((IssueType_Enum2) => {
|
|
|
445
445
|
IssueType_Enum2["SqlInjection"] = "SQL_Injection";
|
|
446
446
|
IssueType_Enum2["Ssrf"] = "SSRF";
|
|
447
447
|
IssueType_Enum2["StringFormatMisuse"] = "STRING_FORMAT_MISUSE";
|
|
448
|
+
IssueType_Enum2["StringTerminationError"] = "STRING_TERMINATION_ERROR";
|
|
448
449
|
IssueType_Enum2["SystemExitShouldReraise"] = "SYSTEM_EXIT_SHOULD_RERAISE";
|
|
449
450
|
IssueType_Enum2["SystemInformationLeak"] = "SYSTEM_INFORMATION_LEAK";
|
|
450
451
|
IssueType_Enum2["SystemInformationLeakExternal"] = "SYSTEM_INFORMATION_LEAK_EXTERNAL";
|
|
@@ -1459,6 +1460,10 @@ var fixDetailsData = {
|
|
|
1459
1460
|
["BUFFER_OVERFLOW" /* BufferOverflow */]: {
|
|
1460
1461
|
issueDescription: "Buffer Overflow occurs when a program writes data beyond the allocated memory space, leading to unexpected behavior or security vulnerabilities.",
|
|
1461
1462
|
fixInstructions: "Implement proper input validation and bounds checking to prevent buffer overflows. Use safe string manipulation functions and ensure that the buffer size is properly managed."
|
|
1463
|
+
},
|
|
1464
|
+
["STRING_TERMINATION_ERROR" /* StringTerminationError */]: {
|
|
1465
|
+
issueDescription: "String Termination Error occurs when a string is not properly terminated, leading to unexpected behavior or security vulnerabilities.",
|
|
1466
|
+
fixInstructions: "Implement proper input validation and bounds checking to prevent string termination errors. Use safe string manipulation functions and ensure that the buffer size is properly managed."
|
|
1462
1467
|
}
|
|
1463
1468
|
};
|
|
1464
1469
|
|
|
@@ -1574,7 +1579,8 @@ var issueTypeMap = {
|
|
|
1574
1579
|
["UNNECESSARY_IMPORTS" /* UnnecessaryImports */]: "Unnecessary Imports",
|
|
1575
1580
|
["REDOS" /* Redos */]: "Regular Expression Denial of Service",
|
|
1576
1581
|
["DO_NOT_THROW_GENERIC_EXCEPTION" /* DoNotThrowGenericException */]: "Do Not Throw Generic Exception",
|
|
1577
|
-
["BUFFER_OVERFLOW" /* BufferOverflow */]: "Buffer Overflow"
|
|
1582
|
+
["BUFFER_OVERFLOW" /* BufferOverflow */]: "Buffer Overflow",
|
|
1583
|
+
["STRING_TERMINATION_ERROR" /* StringTerminationError */]: "String Termination Error"
|
|
1578
1584
|
};
|
|
1579
1585
|
var issueTypeZ = z.nativeEnum(IssueType_Enum);
|
|
1580
1586
|
var getIssueTypeFriendlyString = (issueType) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobbdev",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.116",
|
|
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",
|
|
@@ -46,19 +46,19 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@gitbeaker/requester-utils": "42.5.0",
|
|
48
48
|
"@gitbeaker/rest": "42.5.0",
|
|
49
|
-
"@modelcontextprotocol/sdk": "1.
|
|
49
|
+
"@modelcontextprotocol/sdk": "1.15.1",
|
|
50
50
|
"@octokit/core": "5.2.0",
|
|
51
51
|
"@octokit/request-error": "5.1.1",
|
|
52
52
|
"adm-zip": "0.5.16",
|
|
53
|
-
"axios": "1.
|
|
54
|
-
"azure-devops-node-api": "
|
|
53
|
+
"axios": "1.10.0",
|
|
54
|
+
"azure-devops-node-api": "15.1.0",
|
|
55
55
|
"bitbucket": "2.11.0",
|
|
56
56
|
"chalk": "5.4.1",
|
|
57
57
|
"chalk-animation": "2.0.3",
|
|
58
58
|
"configstore": "6.0.0",
|
|
59
59
|
"cross-fetch": "4.1.0",
|
|
60
60
|
"debug": "4.4.1",
|
|
61
|
-
"dotenv": "16.
|
|
61
|
+
"dotenv": "16.6.1",
|
|
62
62
|
"extract-zip": "2.0.1",
|
|
63
63
|
"globby": "14.1.0",
|
|
64
64
|
"graphql": "16.11.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"graphql-ws": "5.16.2",
|
|
67
67
|
"http-proxy-agent": "7.0.2",
|
|
68
68
|
"https-proxy-agent": "7.0.6",
|
|
69
|
-
"inquirer": "9.
|
|
69
|
+
"inquirer": "9.3.7",
|
|
70
70
|
"isomorphic-ws": "5.0.0",
|
|
71
71
|
"istextorbinary": "6.0.0",
|
|
72
72
|
"libsodium-wrappers": "0.7.15",
|
|
@@ -80,15 +80,15 @@
|
|
|
80
80
|
"sax": "1.4.1",
|
|
81
81
|
"semver": "7.7.2",
|
|
82
82
|
"simple-git": "3.28.0",
|
|
83
|
-
"snyk": "1.1297.
|
|
83
|
+
"snyk": "1.1297.3",
|
|
84
84
|
"tar": "6.2.1",
|
|
85
85
|
"tmp": "0.2.3",
|
|
86
86
|
"undici": "6.21.3",
|
|
87
87
|
"uuid": "11.1.0",
|
|
88
|
-
"ws": "8.18.
|
|
88
|
+
"ws": "8.18.3",
|
|
89
89
|
"xml2js": "0.6.2",
|
|
90
90
|
"yargs": "17.7.2",
|
|
91
|
-
"zod": "3.25.
|
|
91
|
+
"zod": "3.25.76"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@graphql-codegen/cli": "5.0.7",
|
|
@@ -113,19 +113,19 @@
|
|
|
113
113
|
"@types/yargs": "17.0.33",
|
|
114
114
|
"@typescript-eslint/eslint-plugin": "7.17.0",
|
|
115
115
|
"@typescript-eslint/parser": "7.17.0",
|
|
116
|
-
"@vitest/coverage-istanbul": "3.2.
|
|
117
|
-
"@vitest/ui": "3.2.
|
|
116
|
+
"@vitest/coverage-istanbul": "3.2.4",
|
|
117
|
+
"@vitest/ui": "3.2.4",
|
|
118
118
|
"eslint": "8.57.0",
|
|
119
119
|
"eslint-plugin-graphql": "4.0.0",
|
|
120
|
-
"eslint-plugin-import": "2.
|
|
121
|
-
"eslint-plugin-prettier": "5.
|
|
122
|
-
"eslint-plugin-simple-import-sort": "
|
|
123
|
-
"msw": "2.
|
|
120
|
+
"eslint-plugin-import": "2.32.0",
|
|
121
|
+
"eslint-plugin-prettier": "5.5.1",
|
|
122
|
+
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
123
|
+
"msw": "2.10.4",
|
|
124
124
|
"nock": "14.0.5",
|
|
125
|
-
"prettier": "3.
|
|
125
|
+
"prettier": "3.6.2",
|
|
126
126
|
"tsup": "8.5.0",
|
|
127
127
|
"typescript": "4.9.5",
|
|
128
|
-
"vitest": "3.2.
|
|
128
|
+
"vitest": "3.2.4"
|
|
129
129
|
},
|
|
130
130
|
"engines": {
|
|
131
131
|
"node": ">=18.20.0"
|