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
Copy file name to clipboardExpand all lines: pipelines/pull-requests/pipeline.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -660,6 +660,12 @@ jobs:
660
660
# See https://ossindex.sonatype.org/vulnerability/CVE-2026-24051?component-type=golang&component-name=go.opentelemetry.io%2Fotel%2Fsdk&utm_source=nancy-client&utm_medium=integration&utm_content=1.2.0
661
661
CVE-2026-24051 until=2026-06-04
662
662
663
+
# CVE-2026-56860 is "net/url: avoid quadratic complexity in resolvePath" which is in the Go std lib,
664
+
# but nancy also detects it in golang.org/x/net@v0.57.0. If it is in there, we are not using it
665
+
# for url paths. We only use golang.org/x/net for some tests. Also, there is currently no newer version
666
+
# available, so we can't upgrade it at the moment.
0 commit comments