Replies: 1 comment
-
|
@robertbrignull: Are alert links like the above supposed to be filtered before presented to users? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I haven't checked to see if it's really sending
file:/usr/include/boost/test/tools/detail/fwd.hppas a file path -- if it is, that's a bug, file urls should be at leastfile:///if they don't have even more/s.But, regardless of what it's sending, GitHub's UI should be compatible w/ thie github service -- either not sending a "url" that won't work, or ensuring that GitHub's UI can use the URL.
The problem w/ the underlying file here is that the file in question is from a system-ish library as opposed to a library in the repository. -- As it happens, the file in question is probably installed prior to CodeQL scanning (but not actually burned into the image): https://github.com/PowerDNS/pdns/actions/runs/21403128391/job/61619475557#step:9:84
Beta Was this translation helpful? Give feedback.
All reactions