fix: bound regex execution during anonymization

This commit is contained in:
tdurieux
2026-09-06 09:16:48 +02:00
parent b3f86513dd
commit 50d606d0c1
4 changed files with 98 additions and 29 deletions
+15
View File
@@ -38,6 +38,7 @@
"passport": "^0.6.0",
"passport-github2": "^0.1.12",
"rate-limit-redis": "^4.2.0",
"re2js": "^2.8.6",
"redis": "^4.6.13",
"sanitize-html": "^2.17.2",
"ts-custom-error": "^3.3.1",
@@ -13436,6 +13437,15 @@
"node": ">= 0.8"
}
},
"node_modules/re2js": {
"version": "2.8.6",
"resolved": "https://registry.npmjs.org/re2js/-/re2js-2.8.6.tgz",
"integrity": "sha512-xLgQil4kIUCrAzVk9fRSkxkFNwmygLFjVxXrLc65aE1F0+Zsb8rxumFBy4XKyvgMCTL6kilDq3EZ0piE2dP/Dg==",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/readable-stream": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
@@ -24892,6 +24902,11 @@
}
}
},
"re2js": {
"version": "2.8.6",
"resolved": "https://registry.npmjs.org/re2js/-/re2js-2.8.6.tgz",
"integrity": "sha512-xLgQil4kIUCrAzVk9fRSkxkFNwmygLFjVxXrLc65aE1F0+Zsb8rxumFBy4XKyvgMCTL6kilDq3EZ0piE2dP/Dg=="
},
"readable-stream": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",