Releases: RedHatOfficial/rhsecapi
Releases · RedHatOfficial/rhsecapi
v1.0.1
v1.0.0_rc10
Changelog:
- RFE: #63 implement new API search-cve-by-product capability with
--q-product=REGEX
option
v1.0.0_rc9
v1.0.0_rc8 AWWW SNAP
Changelog:
- FIX: rhsda.extract_cves_from_input() no longer ignores case when removing duplicates #57
- FIX: duplicate CVEs that are present both in stdin and on cmdline are not removed #59
- RFE: implement new IAVA support #51
- RFE: allow querying multiple IAVAs at once #12
- RFE: implement RHSDA_URL environment variable #55
- RFE: Rename --extract-stdin to just --stdin #53
- RFE: display errata release_date field #52
- RFE: Rename --extract-search (-s) to --extract-cves (-x) #54
- RFE: Show more CVE data when performing searches without --extract-cves #17
- RFE: make --q-xxx options mutually-exclusive with --iava & --stdin & CVE (args) #58
v1.0.0_rc7
- Tiny fix for #50
v1.0.0_rc6
v1.0.0_rc5
Changelog:
- #48 rename --pastebin alias -p to -P; add --product alias -p
v1.0.0_rc4
Changelog:
- fix bug #45 --dryrun triggers a broken call to logger.notice
- fix bug #43 after rewrite, rhsda.ApiClient.mget_cves() doesn't raise KeyboardInterrupt exception
- RFE #44 simplify rhsda.jprint()
- RFE #46 enhance rhsecapi cmdline arg parsing of CVEs by running list through rhsda.extract_cves_from_input()
- RFE #47 enhance debug logging for return status / content-type with component of url
v1.0.0_rc3
Changelog:
- #42 IAVM Mapper interface: fixup error-handling
v1.0.0_rc2
Changelog:
- #18 split data api functions into separate library
- #31 standardize on logging module w/ a
--loglevel
option in place of--verbose
- #41 Rename
--spotlight
to--product
First release with new rhsda
library and use of logging
module instead of direct-print-to-stderr. Innumerable enhancements and fixes.