-
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
C#: Change StringBuilder
flow models to not use Element
access path
#15025
C#: Change StringBuilder
flow models to not use Element
access path
#15025
Conversation
Click to show differences in coveragecsharpGenerated file changes for csharp
- System,"``System.*``, ``System``",25,11891,67,9
+ System,"``System.*``, ``System``",25,11890,67,9
- Totals,,25,13009,399,9
+ Totals,,25,13008,399,9
- System,67,25,11891,,8,8,9,,,4,5,33,1,17,3,4,9906,1985
+ System,67,25,11890,,8,8,9,,,4,5,33,1,17,3,4,9946,1944 |
DCA reports new findings on |
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.
One minor thing, otherwise LGTM.
- ["System.Text", "StringBuilder", False, "ToString", "()", "", "Argument[this].Element", "ReturnValue", "taint", "manual"] | ||
- ["System.Text", "StringBuilder", False, "ToString", "(System.Int32,System.Int32)", "", "Argument[this].Element", "ReturnValue", "taint", "manual"] |
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.
These two need to use "Argument[this]"
instead of "Argument[this].Element"
.
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.
Thanks for spotting this.
No description provided.