-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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(unittest): Not avoid PLW1514 #10812
feat(unittest): Not avoid PLW1514 #10812
Conversation
DryRun Security SummaryThe pull request focuses on the unit test suite for the Expand for full summarySummary: The code changes in this pull request focus on the unit test suite for the The key points from an application security perspective are:
Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
I elected to avoid the encoding due the testing of removal of the @dogboat what do you think would be the best approach here? |
I think this should be fine. Encodings are super weird but I tested out reading the file explicitly as utf-8 locally and it loads the chars as expected; unsaved requests get the null byte as expected, and it's stripped out/replaced where it should be. We could add something like |
I would prefer Will you prepare it or should I? As part of this PR or will you open new one? |
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.
If there AssertIn
change has been made already as part of #10817, then I thing this one is good to go
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.
Approved
It might be better to fix based on recommendations - not avoid it.