Provide warning when SAST custom rulesets do not find matching identifier
Proposal
It can be difficult to debug SAST Customized rulesets when a user has defined a rule disablement or override that does not match a result in the reports.
We should provide a clear warning when there is a non-matching identifier in the ruleset configuration.
A side-effect is that this change could potentially be noisy in the event that a ruleset file is shared across a number of projects, in which the warnings would be largely irrelevant (i.e. among the 20 overrides I have, 2 are applicable to the current Java codebase and 18 are Javascript specific and just noise).
Implementation plan
Follow #354902 (comment 1501451552) w/out any special handling of the case where no customizations are used.
Edited by Jason Leasure