-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[WIP] feat(api): add findings severity timeseries endpoint #9307
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
base: master
Are you sure you want to change the base?
[WIP] feat(api): add findings severity timeseries endpoint #9307
Conversation
|
✅ All necessary |
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
🔒 Container Security ScanImage: 📊 Vulnerability Summary
3 package(s) affected
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #9307 +/- ##
==========================================
+ Coverage 92.54% 92.57% +0.02%
==========================================
Files 154 155 +1
Lines 21231 21366 +135
==========================================
+ Hits 19649 19779 +130
- Misses 1582 1587 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
I think we should add a new index for this, something like: |
26191ce to
b705fdc
Compare
b705fdc to
b519588
Compare
b519588 to
4b48087
Compare
I added it 👍🏼 |
Context
Added a new endpoint
GET /api/v1/overview/findings_severity_timeseriesto fetch finding severity time series dataDescription
Api endpoint to retrieve aggregated timeseries severities in granular way with time ranges (1D : hour , 5D: day, 1W: day, 1M: day, All: week) and granularity and timezone configuration
Steps to review
Manual Verification:
Endpoint evidences
Checklist
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.