Crypto: Comment in Language.qll

This commit is contained in:
REDMOND\brodes
2025-10-16 11:03:49 -04:00
parent 79ccef3a58
commit a64a24d25d

View File

@@ -58,9 +58,9 @@ private class GenericUnreferencedParameterSource extends Crypto::GenericUnrefere
exists(Parameter p |
this = p and
not exists(p.getAnArgument())
// TODO: this is test code which causes regression in unit tests, but will
// find sources where ordinarily a source might be missing
// or
// // TODO: this is test code which causes regression in unit tests, but will
// // find sources where ordinarily a source might be missing
// // If all calls to a function occur in a test file, ignore those calls
// // and consider the parameter to the function a potential source as well.
// forall(Call testCall | testCall.getCallee() = p.getCallable() |