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

Be more strict about versionlock strings #38

Merged
merged 1 commit into from
Feb 1, 2017

Commits on Feb 1, 2017

  1. Be more strict about versionlock strings

    This commit locks down the versionlock defined type using a more
    comprehensive regular expression, storing the Pattern in a type alias.
    Previously two simple regular expressions were used, but they allowed
    for invalid inputs with wildcards that spanned multiple fields--
    wildcards are only permitted within an individual field.
    lamawithonel committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    68fed88 View commit details
    Browse the repository at this point in the history