-
Given the new security advisory for YARP, how should we go about identifying vulnerable versions in our environment? (Apologies if this is a dumb question.) |
Beta Was this translation helpful? Give feedback.
Answered by
Tratcher
Apr 14, 2022
Replies: 2 comments
-
I think it's the same as any other .NET library. You either need to audit your project dependencies, or scan for the affected Yarp.ReverseProxy.dll on disk. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Caradac
-
I thought that might be the case. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's the same as any other .NET library. You either need to audit your project dependencies, or scan for the affected Yarp.ReverseProxy.dll on disk.