Azure / appcat-rulesets

Repository for maintaining Rulesets for Windup
Eclipse Public License 2.0
5 stars 7 forks source link

improve windows file path matching pattern #204

Closed KaiqianYang closed 3 months ago

KaiqianYang commented 3 months ago

What will be mathced:

  1. Windows local file path. e.g., C:\Projects\apilibrary\text.txt, D:\FY2018
  2. UNC path. e.g., \\server.domain.com\share\path\file

What will not be matched: Regex patterns. e.g., \d+)x(\d+)$