Skip to content

Commit 33d3b86

Browse files
authored
Merge pull request #81 from chengfang/http-proxy-middleware.main
fix: CVE-2024-21536 openshift-gitops-console-plugin-container: http-proxy-middleware before 2.0.7 Denial of Service
2 parents d40fc38 + 685041e commit 33d3b86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3664,9 +3664,9 @@ http-parser-js@>=0.5.1:
36643664
integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==
36653665

36663666
http-proxy-middleware@^2.0.3:
3667-
version "2.0.6"
3668-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
3669-
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
3667+
version "2.0.7"
3668+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
3669+
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
36703670
dependencies:
36713671
"@types/http-proxy" "^1.17.8"
36723672
http-proxy "^1.18.1"

0 commit comments

Comments
 (0)