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 015d48e commit 21a0c44Copy full SHA for 21a0c44
java/ql/lib/semmle/code/java/security/UnsafeContentUriResolution.qll
@@ -14,7 +14,7 @@ abstract class ContentUriResolutionSanitizer extends DataFlow::Node { }
14
* A unit class for adding additional taint steps to configurations related to
15
* content URI resolution vulnerabilities.
16
*/
17
-abstract class ContentUriResolutionAdditionalTaintStep extends Unit {
+class ContentUriResolutionAdditionalTaintStep extends Unit {
18
/** Holds if the step from `node1` to `node2` should be considered an additional taint step. */
19
abstract predicate step(DataFlow::Node node1, DataFlow::Node node2);
20
}
0 commit comments