Track taint for String.valueOf(..) - #6382
Conversation
|
This blanket inclusion of all the overloads deserve at least some investigation prior to merging. The |
|
Thanks for the feedback @aschackmull - updated the PR accordingly and left out the |
|
And related to that: Do you think an addition like this is worth a change note? |
No, this is too minor. Also, the expected file needs an update. |
053c340 to
8ce8414
Compare
|
Thanks. And sorry for the missing expected file, that was still lurking in my unstaged changes :) |
Given
String.valueOfpreserves the value of the passed parameter, mark its return value as tainted as well.