Navigation Menu

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

add safe handling of IPv6 address for APT proxy #645

Closed
wants to merge 4 commits into from

Conversation

MrSecure
Copy link

@MrSecure MrSecure commented Dec 8, 2016

  • update required version of stdlib to get additional validation routines
  • verify that proxy['host'] is a valid IPv4, IPv6, or domain name
  • enclose IPv6 addresses in [ ] as needed
  • move validate_hash() block in order to keep all of the proxy config stuff together
  • ensure port number is a valid integer ( < 65536)
  • add test for IPv6 address behavior

* update required version of stdlib to get additional validation routines
* verify that proxy['host'] is a valid IPv4, IPv6, or domain name
* enclose IPv6 addresses in [ ] as needed
* move validate_hash() block in order to keep all of the proxy config stuff together
* ensure port number is a valid integer ( < 65536)
@tphoney
Copy link

tphoney commented Sep 25, 2017

Hi @MrSecure , thanks for the work you have put into this pull request. However due to inactivity and failing unit tests / needing rebased, this pull request is being closed. If you want to re-submit this PR with the necessary changes, we will gladly look at the new pull request.

@tphoney tphoney closed this Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants