mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
Python: Refactor subprocess_attr type-tracker
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
committed by
GitHub
parent
76c9b8c49f
commit
2c5996f694
@@ -211,7 +211,7 @@ private module Stdlib {
|
||||
result = DataFlow::importNode("subprocess." + attr_name)
|
||||
or
|
||||
t.startInAttr(attr_name) and
|
||||
result = DataFlow::importNode("subprocess")
|
||||
result = subprocess()
|
||||
)
|
||||
or
|
||||
// Due to bad performance when using normal setup with `subprocess_attr(t2, attr_name).track(t2, t)`
|
||||
|
||||
Reference in New Issue
Block a user