@ryran ryran released this Jun 27, 2017

Assets 3

Changelog:

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

@ryran ryran released this Jan 5, 2017 · 2 commits to master since this release

Assets 3

Changelog:

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

@ryran ryran released this Dec 1, 2016 · 5 commits to master since this release

Assets 3

Changelog:

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

@ryran ryran released this Dec 1, 2016 · 7 commits to master since this release

Assets 3

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

@ryran ryran released this Nov 24, 2016 · 19 commits to master since this release

Assets 3
  • Tiny fix for #50

@ryran ryran released this Nov 24, 2016 · 21 commits to master since this release

Assets 3

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

@ryran ryran released this Nov 22, 2016 · 22 commits to master since this release

Assets 3

Changelog:

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

@ryran ryran released this Nov 21, 2016 · 23 commits to master since this release

Assets 3

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

@ryran ryran released this Nov 18, 2016 · 26 commits to master since this release

Assets 3

Changelog:

  • #42 IAVM Mapper interface: fixup error-handling

@ryran ryran released this Nov 18, 2016 · 27 commits to master since this release

Assets 3

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.