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

Fix address FromStr implementation #4076

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

Leo-Besancon
Copy link
Collaborator

@Leo-Besancon Leo-Besancon commented Jun 13, 2023

  • document all added functions
  • try in sandbox /simulation/labnet
  • unit tests on the added/changed features
    • make tests compile
    • make tests pass
  • add logs allowing easy debugging in case the changes caused problems
  • if the API has changed, update the API specification

I Checked the implementations for other structs (basically looked at FromStr implementations and the code around it. Couldn't find any other instance of this problem.
Additionnaly, manually reviewing all the results from @Ben-PH 's regex (#4043 (comment)) did not reveal anything.

@Leo-Besancon Leo-Besancon linked an issue Jun 13, 2023 that may be closed by this pull request
@Leo-Besancon Leo-Besancon requested a review from Ben-PH June 13, 2023 09:32
@Leo-Besancon Leo-Besancon marked this pull request as ready for review June 13, 2023 09:32
Copy link
Contributor

@Ben-PH Ben-PH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Leo-Besancon Leo-Besancon merged commit 33528b3 into testnet_24 Jun 14, 2023
@Leo-Besancon Leo-Besancon deleted the fix_address_parsing_security branch June 14, 2023 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address string parsing incorrect
2 participants