Skip to content

Swift: Update test for swift/cleartext-transmission #10455

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

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

geoffw0
Copy link
Contributor

@geoffw0 geoffw0 commented Sep 16, 2022

Update the test for swift/cleartext-transmission. I thought we were missing taint to the result on line 21 for some reason, but it turns out this is just result deduplication - we don't allow taint flow through taint sinks because that can lead to reporting the same issue a silly number of times. In this case the sink on line 20 for the sensitive data passwd is reported.

@geoffw0 geoffw0 added no-change-note-required This PR does not need a change note Swift labels Sep 16, 2022
@geoffw0 geoffw0 requested a review from a team as a code owner September 16, 2022 12:30
@MathiasVP MathiasVP merged commit f14df64 into github:main Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-change-note-required This PR does not need a change note Swift
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants