We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jenkins/unsafe-classes
It appears, the unsafe-classes rule resolves the link against the repository root:
Obviously, the preview won't work because the classes aren't present in any of the plugin repositories.
Maybe we can unlink the references and escape them, given the name already represents the FQN you can look up.
escape
See https://github.com/jenkinsci/job-config-history-plugin/security/code-scanning/1 for a real world example.
The text was updated successfully, but these errors were encountered:
Thanks for letting me know. TBH this seems more like a bug in CodeQL/GitHub itself not recognizing that the class being referenced isn't in this repo?
Sorry, something went wrong.
No branches or pull requests
It appears, the unsafe-classes rule resolves the link against the repository root:
Obviously, the preview won't work because the classes aren't present in any of the plugin repositories.
Maybe we can unlink the references and
escape
them, given the name already represents the FQN you can look up.See https://github.com/jenkinsci/job-config-history-plugin/security/code-scanning/1 for a real world example.
The text was updated successfully, but these errors were encountered: