We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a9eac commit 737b2b8Copy full SHA for 737b2b8
python/ql/src/experimental/semmle/python/frameworks/Stdlib.qll
@@ -351,7 +351,7 @@ private module Stdlib {
351
exists(DataFlow::TypeTracker t2 | result = popen2(t2).track(t2, t))
352
}
353
354
- /** Gets a reference to the `popen2` module. */
+ /** Gets a reference to the `popen2` module (only available in Python 2). */
355
DataFlow::Node popen2() { result = popen2(DataFlow::TypeTracker::end()) }
356
357
/**
0 commit comments