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

Fix vulnerability in Regex #13

Merged
merged 29 commits into from
Apr 20, 2023
Merged

Fix vulnerability in Regex #13

merged 29 commits into from
Apr 20, 2023

Commits on Apr 17, 2023

  1. feat: add maintainer jekim

    mlajkim committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    8465591 View commit details
    Browse the repository at this point in the history
  2. fix: indent

    mlajkim committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    cf9d3b3 View commit details
    Browse the repository at this point in the history
  3. fix: vulnerabilities in logic

    mlajkim committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    733bf7b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    a168acb View commit details
    Browse the repository at this point in the history
  2. feat: buildRobustRegex()

    mlajkim committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b684e00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    801bbfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2691845 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. feat: escape removed

    mlajkim committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d6cc8e9 View commit details
    Browse the repository at this point in the history
  2. fix: logger with escape

    mlajkim committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    24e2168 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daf5113 View commit details
    Browse the repository at this point in the history
  4. fix: test strings

    mlajkim committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1bb1444 View commit details
    Browse the repository at this point in the history
  5. fix: go 1.18 -> 1.20

    mlajkim committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    fc462f3 View commit details
    Browse the repository at this point in the history
  6. remove upx (#14)

    Signed-off-by: wfan <[email protected]>
    WindzCUHK authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    747b118 View commit details
    Browse the repository at this point in the history
  7. test setcap (#15)

    Signed-off-by: wfan <[email protected]>
    WindzCUHK authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    aba05ed View commit details
    Browse the repository at this point in the history
  8. fix check cmd

    Signed-off-by: wfan <[email protected]>
    WindzCUHK committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    10c52a7 View commit details
    Browse the repository at this point in the history
  9. fix: log message

    mlajkim committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    bd0b04a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. feat: WindzCHUK advice applied

    Co-authored-by: Windz <[email protected]>
    Signed-off-by: Aaron Jeongwoo Kim <[email protected]>
    mlajkim and WindzCUHK authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    800d015 View commit details
    Browse the repository at this point in the history
  2. feat: WindzCHUK advice applied

    Co-authored-by: Windz <[email protected]>
    Signed-off-by: Aaron Jeongwoo Kim <[email protected]>
    mlajkim and WindzCUHK authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e6e2ebc View commit details
    Browse the repository at this point in the history
  3. feat: WindzCHUK advice applied

    Co-authored-by: Windz <[email protected]>
    Signed-off-by: Aaron Jeongwoo Kim <[email protected]>
    mlajkim and WindzCUHK authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    78ed811 View commit details
    Browse the repository at this point in the history
  4. feat: WindzCHUK advice applied

    Co-authored-by: Windz <[email protected]>
    Signed-off-by: Aaron Jeongwoo Kim <[email protected]>
    mlajkim and WindzCUHK authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    325c17b View commit details
    Browse the repository at this point in the history
  5. feat: WindzCHUK advice applied

    Co-authored-by: Windz <[email protected]>
    Signed-off-by: Aaron Jeongwoo Kim <[email protected]>
    mlajkim and WindzCUHK authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    95756d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dff0a1e View commit details
    Browse the repository at this point in the history
  7. feat: apply given comment from wfan

    Co-authored-by: Windz <[email protected]>
    Signed-off-by: Aaron Jeongwoo Kim <[email protected]>
    mlajkim and WindzCUHK authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    06d6ac1 View commit details
    Browse the repository at this point in the history
  8. feat: apply given comment from wfan

    Co-authored-by: Windz <[email protected]>
    Signed-off-by: Aaron Jeongwoo Kim <[email protected]>
    mlajkim and WindzCUHK authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7844449 View commit details
    Browse the repository at this point in the history
  9. fix: message

    mlajkim committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    1e3ab8d View commit details
    Browse the repository at this point in the history
  10. fix: message

    mlajkim committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    72113d1 View commit details
    Browse the repository at this point in the history
  11. feat: WindzCHUK advice applied

    Co-authored-by: Windz <[email protected]>
    Signed-off-by: Aaron Jeongwoo Kim <[email protected]>
    mlajkim and WindzCUHK authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5cc2438 View commit details
    Browse the repository at this point in the history
  12. fix: debug logger

    mlajkim committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    40a26e6 View commit details
    Browse the repository at this point in the history
  13. feat: use Debugf

    mlajkim committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8e500ea View commit details
    Browse the repository at this point in the history