@solongate/proxy 0.23.1 → 0.24.0
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.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5271,6 +5271,10 @@ var PATH_TRAVERSAL_PATTERNS = [
|
|
|
5271
5271
|
var SENSITIVE_PATHS = [
|
|
5272
5272
|
/\/etc\/passwd/i,
|
|
5273
5273
|
/\/etc\/shadow/i,
|
|
5274
|
+
/\/proc\/self\/environ/i,
|
|
5275
|
+
// Process environment variables
|
|
5276
|
+
/\/proc\/\d+\/environ/i,
|
|
5277
|
+
// Any process environment
|
|
5274
5278
|
/\/proc\//i,
|
|
5275
5279
|
/\/dev\//i,
|
|
5276
5280
|
/c:\\windows\\system32/i,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.0",
|
|
4
4
|
"description": "MCP security proxy — protect any MCP server with customizable policies, path/command constraints, rate limiting, and audit logging. Zero code changes required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|