mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
MethodCallInsecureFileCreation isSource
This commit is contained in:
@@ -212,6 +212,9 @@ abstract class MethodCallInsecureFileCreation extends MethodCall {
|
||||
* Gets the dataflow node representing the file system entity created.
|
||||
*/
|
||||
DataFlow::Node getNode() { result.asExpr() = this }
|
||||
|
||||
/** Holds if this node is a source. */
|
||||
predicate isSource() { any() }
|
||||
}
|
||||
|
||||
/** DEPRECATED: Alias for `MethodCallInsecureFileCreation`. */
|
||||
|
||||
Reference in New Issue
Block a user