We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72e0235 + beae3e9 commit 6968de2Copy full SHA for 6968de2
python/ql/src/analysis/Summary.ql
@@ -13,8 +13,8 @@ where
13
or
14
key = "Interpreter version" and
15
exists(string major, string minor |
16
- py_flags_versioned("version.major", major, _) and
17
- py_flags_versioned("version.minor", minor, _) and
+ py_flags_versioned("extractor_python_version.major", major, _) and
+ py_flags_versioned("extractor_python_version.minor", minor, _) and
18
value = major + "." + minor
19
)
20
0 commit comments