-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dependency Licensing and Vulnerability Tracking #103
Comments
for the record: https://geekflare.com/find-python-security-vulnerabilities/ |
tested https://pypi.org/project/license-scanner/ |
see https://github.com/towercomputers/toweros/security/code-scanning?query=is%3Aopen+branch%3Adev CodeQL, Bandit and Pylint are executed for the |
Great! I think it should be a whitelist—we have relatively few dependencies. |
done! and here is an example when neither the package nor its license are in one of the two whitelists. |
Great!!! |
There is just a small problem with CodeQL which does not take into account this line: https://github.com/towercomputers/toweros/blob/dev/tower-lib/towerlib/provision.py#L153 That's mean we need to close manually, in the Github UI, this one https://github.com/towercomputers/toweros/security/code-scanning?query=is%3Aopen+branch%3Adev This should happen very rarely.. no point I think to use a hack to solve the problem.. @adamkrellenstein if ok for you I close this issue. |
yep! |
The text was updated successfully, but these errors were encountered: