Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python file #145

Closed
Ricky-Tigg opened this issue Sep 11, 2022 · 2 comments
Closed

Python file #145

Ricky-Tigg opened this issue Sep 11, 2022 · 2 comments

Comments

@Ricky-Tigg
Copy link

Ricky-Tigg commented Sep 11, 2022

(output truncated)

$ pip3 show -f ssh-audit
Version: 2.5.0
License: UNKNOWN
Location: /usr/local/lib/python3.10/site-packages
Requires: 
Required-by: 
Files:
  ../../../bin/ssh-audit
  ssh_audit-2.5.0.dist-info/LICENSE

Hello. Be it unknown or not to Python, the license is dully mentioned here

$ cat /usr/local/lib/python3.10/site-packages/ssh_audit-2.5.0.dist-info/LICENSE | awk 'NF'| head -2
The MIT License (MIT)
Copyright (C) 2017-2020 Joe Testa (jtesta@positronsecurity.com)

Whatever the side the issue has root, it is worth fixing. Copyright's end-year might require up-to-date number. Worth noting that an en-dash (–), is what the usage defines as applying to range of dates, not a hyphen (-), which is commonly misused by developers.

@jtesta
Copy link
Owner

jtesta commented Oct 15, 2022

@Ricky-Tigg : Thanks for bringing this up. I'll take a closer look next time I poke around with the PyPI packaging.

@jtesta
Copy link
Owner

jtesta commented Apr 29, 2023

Fixed in the v2.9.0 release. Thanks @Ricky-Tigg for reporting this!

@jtesta jtesta closed this as completed Apr 29, 2023
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

No branches or pull requests

2 participants