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
fix(storage): remove dead DelegateRequest to resolve CodeQL SSRF alert (#228)
* fix(storage): remove dead DelegateRequest to resolve CodeQL SSRF alert
DelegateRequest and its helper mapURL were never called from production
code — the intended caller (forwardRequest) was commented out at
introduction in 2017 and deleted in 2019. Removing them eliminates the
taint flow that CodeQL alert #15 (go/request-forgery) tracks, since no
user-controlled URL now reaches sendToPrometheus.
* fix(storage): narrow comment to Driver methods per review feedback
0 commit comments