Skip to content

Releases: RedHatOfficial/rhsecapi

v1.0.1

27 Jun 11:34
7d6c513
Compare
Choose a tag to compare

Changelog:

  • Fix: Using some --q-xxx options result in: TypeError: object of type 'NoneType' has no len() #66
  • Fix tiny typo in readme

v1.0.0_rc10

05 Jan 06:08
Compare
Choose a tag to compare

Changelog:

  • RFE: #63 implement new API search-cve-by-product capability with --q-product=REGEX option

v1.0.0_rc9

01 Dec 17:47
8491eee
Compare
Choose a tag to compare

Changelog:

  • --iava lookup fails ungracefully on missing IAVAs #61
  • Using --extract-cves with --iava when some invalid IAVAs were returned fails spectacularly #62

v1.0.0_rc8 AWWW SNAP

01 Dec 06:59
Compare
Choose a tag to compare

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

24 Nov 19:12
1d059dd
Compare
Choose a tag to compare
  • Tiny fix for #50

v1.0.0_rc6

24 Nov 18:08
a485e5f
Compare
Choose a tag to compare

Changelog:

  • bug #50 when input passed to rhsda.ApiClient.mget_cves() has no CVEs, return empty list instead of failing
  • RFE #49 Add ability to bypass check for argcomplete via configfiles

v1.0.0_rc5

22 Nov 05:46
8e39523
Compare
Choose a tag to compare

Changelog:

  • #48 rename --pastebin alias -p to -P; add --product alias -p

v1.0.0_rc4

21 Nov 03:53
e0c9072
Compare
Choose a tag to compare

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

18 Nov 22:07
3f41ce9
Compare
Choose a tag to compare

Changelog:

  • #42 IAVM Mapper interface: fixup error-handling

v1.0.0_rc2

18 Nov 18:08
Compare
Choose a tag to compare

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.