-
Notifications
You must be signed in to change notification settings - Fork 1
Fix vulnerability in Regex #13
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
8465591
feat: add maintainer jekim
mlajkim cf9d3b3
fix: indent
mlajkim 733bf7b
fix: vulnerabilities in logic
mlajkim a168acb
refactor: redundant ok bool var
mlajkim b684e00
feat: buildRobustRegex()
mlajkim 801bbfd
feat: logger with some refactors
mlajkim 2691845
feat: install github.com/AthenZ/athenz-authorizer/v5
mlajkim d6cc8e9
feat: escape removed
mlajkim 24e2168
fix: logger with escape
mlajkim daf5113
feat: apply assertion of athenz-authorizer
mlajkim 1bb1444
fix: test strings
mlajkim fc462f3
fix: go 1.18 -> 1.20
mlajkim 747b118
remove upx (#14)
WindzCUHK aba05ed
test setcap (#15)
WindzCUHK 10c52a7
fix check cmd
WindzCUHK bd0b04a
fix: log message
mlajkim 800d015
feat: WindzCHUK advice applied
mlajkim e6e2ebc
feat: WindzCHUK advice applied
mlajkim 78ed811
feat: WindzCHUK advice applied
mlajkim 325c17b
feat: WindzCHUK advice applied
mlajkim 95756d7
feat: WindzCHUK advice applied
mlajkim dff0a1e
refactor: redundant comments removed
mlajkim 06d6ac1
feat: apply given comment from wfan
mlajkim 7844449
feat: apply given comment from wfan
mlajkim 1e3ab8d
fix: message
mlajkim 72113d1
fix: message
mlajkim 5cc2438
feat: WindzCHUK advice applied
mlajkim 40a26e6
fix: debug logger
mlajkim 8e500ea
feat: use Debugf
mlajkim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,10 @@ | |
| *.so | ||
| *.dylib | ||
|
|
||
| # IDE | ||
| .idea* | ||
| .vscode* | ||
|
|
||
| # Test binary, build with `go test -c` | ||
| *.test | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,3 +17,7 @@ | |
| # Seitaro Suno | ||
| # Yahoo Japan Corporation | ||
| # @ssunorz | ||
|
|
||
| # Jeongwoo Kim | ||
| # Yahoo Japan Corporation | ||
| # @mlajkim | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.