chore: remove misleading repo artifacts - #196
Closed
thaitraninnovar wants to merge 1 commit into
Closed
thaitraninnovar wants to merge 1 commit into
thaitraninnovar wants to merge 1 commit into
Conversation
Remove dependency-check.xml, which points at a jar that does not exist in the repo and cannot run, and the empty oidc-plugin stub, which implies a free OIDC capability that is only shipped from the commercial plugins repo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dependency-check.xml— points atdependency-check-ant.jar, which does not exist in the repo, so the target fails immediately if run. No build file invokes it. We currently have no working dependency scan.custom-extensions/oidc-pluginstub — a bareplugin.xmlwith zero Java sources and abuild.xmldeleted back in April. Its presence in the public repo implies a free OIDC plugin exists, which conflicts with OIDC being a licensed capability shipped fromBridgeLink-Commercial-Plugins.Test plan
dependency-check.xmlor the deleted jar path (git grep -l 'dependency-check'returned only the removed file)oidc-pluginhad no Java sources and was not referenced by any build file