Skip to content

Commit 7516579

Browse files
committed
ip SSRF improper categorization in isPublic fixed
Signed-off-by: RAWx18 <rawx18.dev@gmail.com>
1 parent ee9d684 commit 7516579

File tree

5 files changed

+1067
-392
lines changed

5 files changed

+1067
-392
lines changed

backend/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@
5252
"dev:backend-only": "npm run start:api:dev:local"
5353
},
5454
"dependencies": {
55-
"@aws-sdk/client-comprehend": "^3.159.0",
56-
"@aws-sdk/hash-node": "^3.226.0",
57-
"@aws-sdk/protocol-http": "^3.226.0",
58-
"@aws-sdk/s3-request-presigner": "^3.229.0",
59-
"@aws-sdk/url-parser": "^3.226.0",
60-
"@aws-sdk/util-format-url": "^3.226.0",
55+
"@aws-sdk/client-comprehend": "^3.750.0",
56+
"@aws-sdk/s3-request-presigner": "^3.750.0",
57+
"@smithy/hash-node": "^4.0.0",
58+
"@smithy/protocol-http": "^5.0.0",
59+
"@smithy/url-parser": "^4.0.0",
6160
"@cubejs-client/core": "^1.5.10",
6261
"@gitmesh/alerting": "file:../services/libs/alerting",
6362
"@gitmesh/common": "file:../services/libs/common",
@@ -114,7 +113,7 @@
114113
"helmet": "4.1.1",
115114
"html-to-mrkdwn-ts": "^1.1.0",
116115
"html-to-text": "^8.2.1",
117-
"json2csv": "^5.0.7",
116+
"@json2csv/node": "^7.0.6",
118117
"jsonwebtoken": "^9.0.2",
119118
"jwks-rsa": "^3.0.1",
120119
"lodash": "4.17.21",
@@ -138,7 +137,7 @@
138137
"slack-block-builder": "^2.7.2",
139138
"socket.io": "^4.5.4",
140139
"stripe": "^10.0.0",
141-
"superagent": "^8.0.0",
140+
"superagent": "^10.2.2",
142141
"swagger-ui-dist": "4.1.3",
143142
"tsconfig-paths": "^4.2.0",
144143
"utf-8-validate": "^5.0.10",
@@ -155,13 +154,13 @@
155154
"@types/bunyan": "^1.8.8",
156155
"@types/bunyan-format": "^0.2.5",
157156
"@types/config": "^3.3.0",
158-
"@types/cron": "^2.0.0",
157+
159158
"@types/html-to-text": "^8.1.1",
160159
"@types/jest": "^29.5.1",
161160
"@types/node": "^20.0.0",
162161
"@types/bcryptjs": "^2.4.2",
163162
"@types/sanitize-html": "^2.6.2",
164-
"@types/superagent": "^4.1.15",
163+
"@types/superagent": "^8.1.9",
165164
"@types/uuid": "^9.0.2",
166165
"@typescript-eslint/eslint-plugin": "^5.17.0",
167166
"@typescript-eslint/parser": "^5.17.0",
@@ -178,14 +177,15 @@
178177
"nodemon": "^3.1.0",
179178
"prettier": "^2.5.1",
180179
"rdme": "^10.5.3",
181-
"supertest": "^6.2.2",
180+
"supertest": "^7.2.2",
182181
"ts-jest": "^29.1.0",
183182
"ts-node": "^10.9.2",
184183
"typescript": "^5.3.3"
185184
},
186185
"overrides": {
187186
"axios": "^1.6.0",
188187
"glob": "^10.5.0",
189-
"cross-spawn": "^7.0.5"
188+
"cross-spawn": "^7.0.5",
189+
"ip": "^2.0.1"
190190
}
191191
}

0 commit comments

Comments
 (0)