Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upwhen input passed to rhsda.ApiClient.mget_cves() has no CVEs, return empty list instead of failing #50
Comments
ryran
added
the
bug
label
Nov 24, 2016
ryran
self-assigned this
Nov 24, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
ryran
Nov 24, 2016
Owner
After fix:
>>> o = a.mget_cves("no cves here")
[WARNING] rhsda: No CVEs (matching regex: 'CVE-[0-9]{4}-[0-9]{4,}') found on input
>>> o
[]
|
After fix:
|
added a commit
that referenced
this issue
Nov 24, 2016
ryran
closed this
Nov 24, 2016
ryran
reopened this
Nov 24, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
ryran
Nov 24, 2016
Owner
Actually: should only return an empty list when outFormat='json'; otherwise, should return empty string.
|
Actually: should only return an empty list when |
ryran
closed this
in
eb74965
Nov 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ryran commentedNov 24, 2016
Currently: