rhsecapi
rhsecapi copied to clipboard
Tools that utilize the Red Hat Security Data API
Absolutely open to making changes to this PR, but a few of the changes included are: - Migrate to a [setuptools](https://setuptools.readthedocs.io/en/latest/) packaging strategy. The benefit being that we can then...
Hello, I try to instll rhsecapi in Red Hat Enterprise Linux release 8.5 running in ec2 instance. I get this error when I run 'yum install rhsecapi': ``` [root@ip-10-100-0-10 ec2-user]#...
Hello, I found some CVE tagged with moderate severity which one are cvss3 : "9.8". I know its not directly linked to your github but I don't know where I...
# Example ## Shows a notice even though log level is supposed to be: warning ``` rhsecapi -l warning --json CVE-2018-1000876 [NOTICE ] rhsda: Found 1 CVEs on cmdline ```...
Either in help page or README. Example: ```shell rhsecapi --q-after 2019-01-01 -x -j | jq -r '.[].affected_release[]?.product_name?, .[].affected_release?.product_name?' | sort -u ``` Full list as of 2019/07/14: https://gist.github.com/ryran/112cb263f3824b023d72911a21013adf
Great tool. I was using it to attempt to get all updated packages from the RHSA / CVRF reference. I used the python module as follows: ```python import rhsda a...
(Question sent to me via email.)
Fix logging to work with python 2.6 o setLevel silently ignores non integers, so strings cannot be used. o getLogger at the top level needs to be 'root' if submodules...
setlevel() in the logging module for python2.6 requires an integer and silently fails if passed a string.