Skip to content

Commit 21a0c44

Browse files
Update java/ql/lib/semmle/code/java/security/UnsafeContentUriResolution.qll
Co-authored-by: Anders Schack-Mulligen <[email protected]>
1 parent 015d48e commit 21a0c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/UnsafeContentUriResolution.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ abstract class ContentUriResolutionSanitizer extends DataFlow::Node { }
1414
* A unit class for adding additional taint steps to configurations related to
1515
* content URI resolution vulnerabilities.
1616
*/
17-
abstract class ContentUriResolutionAdditionalTaintStep extends Unit {
17+
class ContentUriResolutionAdditionalTaintStep extends Unit {
1818
/** Holds if the step from `node1` to `node2` should be considered an additional taint step. */
1919
abstract predicate step(DataFlow::Node node1, DataFlow::Node node2);
2020
}

0 commit comments

Comments
 (0)