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

Refactor regex for default Workflow URLs (redux) #280

Merged

Commits on Jul 24, 2024

  1. Refactor regex for default Workflow URLs (redux)

    THIS is the regex pattern intended for GH-277.
    
    Previous commit message:
    
    Switch from static base pattern of `logic.azure.com` to a regex
    OR pattern to permit either of `logic.azure.com` or
    `*.azure-api.net` as has been observed in the wild.
    
    This also has the side effect of resolving potential
    CodeQL alerts raised in PR GH-275.
    
    refs GH-262
    atc0005 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7a1c0df View commit details
    Browse the repository at this point in the history