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

CPE and purl regex #711

Merged

Commits on Mar 27, 2024

  1. CPE regex

    - addresses parts of oasis-tcs#693, oasis-tcs#710
    - correct pattern to `^((CPE2.3)|(CPE2.2))$`
    - add additional `\\` to escape previously unescaped `/`
    tschmidtb51 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2a4f106 View commit details
    Browse the repository at this point in the history
  2. CPE regex

    - addresses parts of oasis-tcs#693
    - correct parsing of CPE 2.3 Dictionary (to also capture endings `">` instead of just `"/>`)
    tschmidtb51 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    61e78c8 View commit details
    Browse the repository at this point in the history
  3. CPE regex

    - addresses parts of oasis-tcs#693
    - add new local test cases
    - adopt test script
    tschmidtb51 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1cfd26f View commit details
    Browse the repository at this point in the history
  4. purl regex

    - addresses parts of oasis-tcs#710
    - add additional `\\` to escape previously unescaped `/`
    tschmidtb51 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2425782 View commit details
    Browse the repository at this point in the history
  5. CPE regex

    - addresses parts of oasis-tcs#693
    - add conversion rule
    tschmidtb51 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fb7115e View commit details
    Browse the repository at this point in the history