We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8799fe commit 7e77e2eCopy full SHA for 7e77e2e
java/ql/src/Telemetry/AutomodelApplicationModeCharacteristics.qll
@@ -190,6 +190,8 @@ class ApplicationModeMetadataExtractor extends string {
190
) and
191
input = AutomodelSharedUtil::getArgumentForIndex(argIdx) and
192
package = callable.getDeclaringType().getPackage().getName() and
193
+ // we're using the erased types because the MaD convention is to not specify type parameters.
194
+ // Whether something is or isn't a sink doesn't usually depend on the type parameters.
195
type = callable.getDeclaringType().getErasure().(RefType).nestedName() and
196
subtypes = this.considerSubtypes(callable).toString() and
197
name = callable.getName() and
0 commit comments