mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python: Clarify version data
This commit is contained in:
@@ -13,8 +13,8 @@ where
|
||||
or
|
||||
key = "Interpreter version" and
|
||||
exists(string major, string minor |
|
||||
py_flags_versioned("version.major", major, _) and
|
||||
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
|
||||
value = major + "." + minor
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user