You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Linkerd does not use REST authentication I believe this does not present a real issue for us. However, for hygiene reasons we may want to upgrade go-restful at some point.
How can it be reproduced?
Run the security scan software.
Logs, error output, etc
See above
output of linkerd check -o short
Unknown
Environment
Unknown
Possible solution
No response
Additional context
No response
Would you like to work on fixing this bug?
None
The text was updated successfully, but these errors were encountered:
No idea why dependabot hasn't flagged this -- and there are no open dependency security alerts on this repo...
FWIW, Linkerd isn't using this library's authentication logic, so this isn't a "real" issue, but we should try to fix it if there aren't major blockers.
Fixes#10164
The version of go-restful that we depend on has been flagged as a security vulnerability. Even though this vulnerability does not affect Linkerd, we upgrade this dependency to silence security warnings.
Signed-off-by: Alex Leong <[email protected]>
Fixes#10164
The version of go-restful that we depend on has been flagged as a security vulnerability. Even though this vulnerability does not affect Linkerd, we upgrade this dependency to silence security warnings.
Signed-off-by: Alex Leong <[email protected]>
Fixes#10164
The version of go-restful that we depend on has been flagged as a security vulnerability. Even though this vulnerability does not affect Linkerd, we upgrade this dependency to silence security warnings.
Signed-off-by: Alex Leong <[email protected]>
What is the issue?
A user reported a security scan finding for Linkerd's controller image in 2.12.3:
This issue has to do with how go-restful handles certain URLs that allows REST authentication to be bypassed.
Since Linkerd does not use REST authentication I believe this does not present a real issue for us. However, for hygiene reasons we may want to upgrade go-restful at some point.
How can it be reproduced?
Run the security scan software.
Logs, error output, etc
See above
output of
linkerd check -o short
Unknown
Environment
Unknown
Possible solution
No response
Additional context
No response
Would you like to work on fixing this bug?
None
The text was updated successfully, but these errors were encountered: