mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Update java/ql/lib/semmle/code/java/security/UnsafeContentUriResolution.qll
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ abstract class ContentUriResolutionSanitizer extends DataFlow::Node { }
|
||||
* A unit class for adding additional taint steps to configurations related to
|
||||
* content URI resolution vulnerabilities.
|
||||
*/
|
||||
abstract class ContentUriResolutionAdditionalTaintStep extends Unit {
|
||||
class ContentUriResolutionAdditionalTaintStep extends Unit {
|
||||
/** Holds if the step from `node1` to `node2` should be considered an additional taint step. */
|
||||
abstract predicate step(DataFlow::Node node1, DataFlow::Node node2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user