-
Notifications
You must be signed in to change notification settings - Fork 53
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
Prevent enumerating entire non-ISO formatted syslog files in is_iso_fmt
#972
Conversation
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.
Can you also add a unit test for this specific edge case
Co-authored-by: Erik Schamper <1254028+Schamper@users.noreply.github.com>
Added in 5f5acea. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #972 +/- ##
==========================================
+ Coverage 77.77% 77.85% +0.07%
==========================================
Files 327 327
Lines 28659 28658 -1
==========================================
+ Hits 22290 22311 +21
+ Misses 6369 6347 -22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Could this PR be merged in main? |
This PR prevents
is_iso_fmt
from enumerating entire non-ISO formatted auth or syslogs.