-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(webapp): add go controller for cves endpoint #1193
Conversation
Referenced Jiras: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1193 +/- ##
==========================================
+ Coverage 62.98% 63.03% +0.05%
==========================================
Files 70 86 +16
Lines 6800 6650 -150
==========================================
- Hits 4283 4192 -91
+ Misses 2517 2449 -68
- Partials 0 9 +9 ☔ View full report in Codecov by Sentry. |
588b16e
to
8fa2e3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. Please make a MR to app-interface enabling this API so we can see PR check test results.
8fa2e3d
to
2103879
Compare
/retest |
2103879
to
77637b3
Compare
/retest |
a3bb2a3
to
537408b
Compare
/retest |
dafed49
to
1b59f95
Compare
1b59f95
to
8744de0
Compare
4bda719
to
a225b09
Compare
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests.test_json.TestJSON.test_json_cves[empty_json]
fails because app returns EOF instead of expected error message Request body must not be empty
tests.test_cves.TestCVEsCorrect.test_get[]
, request is probably something like GET /api/v3/cves/''
and GIN might treat it as missing path parameter so it returns 405, please discuss with Max what to do with it, whether app should still return 200 or if tests should expect 405 in this case
/retest |
5 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
RHINENG-13545
a225b09
to
32f91ef
Compare
Secure Coding Practices Checklist GitHub Link
Secure Coding Checklist