Skip to content
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

Handle hash characters (#) in netrc fields #8109

Merged
merged 3 commits into from
Nov 14, 2024

Commits on Nov 8, 2024

  1. Handle hash characters (#) in netrc fields

    Hash symbols were always treated as the beginning of a comment even if
    they were in the middle of a username or password. To address this
    require some whitespace before a hash character before a comment is
    parsed.
    
    That patch also implements support for quoted fields so that passwords
    can contain the sequence "foo #bar" without dropping "bar" as a comment.
    
    Issue: swiftlang#8090
    Issue
    plemarquand committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d256841 View commit details
    Browse the repository at this point in the history
  2. Add one more test

    plemarquand committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a290fec View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    0b756bb View commit details
    Browse the repository at this point in the history