Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

server: Ensure trigger names are valid paths #4660

Merged
merged 3 commits into from
May 3, 2023

Commits on May 3, 2023

  1. server: Ensure trigger names are valid paths

    Prior to this commit, a user could create a bad HTTP path with a trigger
    name like `../bad`. This commit fixes that behavior by validating the
    given trigger name matches our expected valid path tokens.
    briancain committed May 3, 2023
    Configuration menu
    Copy the full SHA
    75ced63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361ed11 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    briancain committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c8616b2 View commit details
    Browse the repository at this point in the history