Skip to content

Conversation

@masto-pn
Copy link
Contributor

Fixes wrong detection of newer python2.7 versions

The version pattern of the current checker does not consider python versions
with more than a single digit in the third block of the version string.
Since the latest version of Python 2.7 is 2.7.18, this is falsely reported as
2.7.1.

Python checker considers version strings with more than a single digit
in third number block.
This is mostly relevant in python versions >= python2.7.10.
@johnandersen777 johnandersen777 merged commit 82d60e4 into ossf:main May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants