patchman
patchman copied to clipboard
Patchman is a Linux Patch Status Monitoring System
This PR updates [django-bootstrap3](https://pypi.org/project/django-bootstrap3) from **23.1** to **23.6**. Changelog ### 23.6 ``` - Use setuptools-scm to build package content (920). ``` ### 23.5 ``` - Fix Django versions in test...
Could you please add command line parameter to query hosts security updates only
I know it is possible to get the severity of a CVE from ubuntu (https://askubuntu.com/questions/563408/how-can-i-tell-if-a-cve-has-been-fixed-in-ubuntus-repositories) and I was wondering if it would be possible to add CVE Low, Medium, High,...
In the Install.md there is documented, to run celery as root user: ``` C_FORCE_ROOT=1 celery -b redis://127.0.0.1:6379/0 -A patchman worker -l INFO -E ``` From a security perspertive it is...
This PR updates [PyYAML](https://pypi.org/project/PyYAML) from **6.0** to **6.0.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/pyyaml - Homepage: https://pyyaml.org/
This PR updates [django-filter](https://pypi.org/project/django-filter) from **21.1** to **23.5**. Changelog ### 23.5 ``` ------------------------- * Fixed OrderingFilter handling of empty values. (1628) Thanks to Matt Munns. ``` ### 23.4 ``` -------------------------...
We would suggest to mention EMAIL Settings: ``` # Mail Setting EMAIL_FROM_NAME = "ScaleUp Patchman" EMAIL_HOST = "mx01.example.com" EMAIL_HOST_USER = "[email protected]" EMAIL_HOST_PASSWORD = "my-secret" EMAIL_PORT = 587 EMAIL_USE_TLS = True...
This PR updates [humanize](https://pypi.org/project/humanize) from **3.13.1** to **4.9.0**. Changelog ### 4.9.0 ``` Added * Add support for Python 3.13 (156) hugovk * Add Norwegian localization (155) fdanielsen * Add Hebrew...
BSDs
hi all, great tool, was just wondering if any support for BSD like system is planned or could be added? FreeBSD and OpenBSD maybe. Thanks for info.