-
Notifications
You must be signed in to change notification settings - Fork 16
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
chore: fixed the naming of entity cache #455
Conversation
kotharironak
commented
Feb 20, 2024
•
edited
Loading
edited
- Prefixing the class name as part of entity cache
- Reference PR: https://github.com/hypertrace/hypertrace-ingester/pull/453/files
This comment has been minimized.
This comment has been minimized.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #455 +/- ##
============================================
+ Coverage 79.58% 79.60% +0.02%
Complexity 1431 1431
============================================
Files 130 130
Lines 5697 5703 +6
Branches 533 533
============================================
+ Hits 4534 4540 +6
Misses 911 911
Partials 252 252
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@@ -115,4 +115,13 @@ | |||
<packageUrl regex="true">^pkg:maven/io\.grpc/grpc\-.*@.*$</packageUrl> | |||
<cve>CVE-2023-44487</cve> | |||
</suppress> | |||
<suppress until="2024-03-30Z"> | |||
<notes><![CDATA[ | |||
The fix might be available in 1.26.0, we will upgrade to it when its available |
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.
The latest version is 1.25.0, and it also has the same vuln. So, for now, suppressing it.