8000 Tags · gin-contrib/secure · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: gin-contrib/secure

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
ci: enhance code quality and testing for secure.go and GitHub workflows

- Update golangci-lint-action to version 7 in GitHub workflow
- Add version specification for golangci-lint-action in GitHub workflow
- Create a new .golangci.yml file with specific linter configurations and exclusions
- Split long comments in secure.go for better readability
- Add context package import in secure_test.go
- Replace hardcoded host and scheme strings with constants in secure_test.go
- Use http.NewRequestWithContext instead of http.NewRequest in secure_test.go
- Remove gin.SetMode initialization in secure_test.go

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update dependencies and improve CI configuration

- Update golangci-lint-action from version `v5` to `v6`

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update and streamline dependency management

- Update dependencies: `sonic` to v1.11.6, `base64x` to v0.1.4, `iasm` to v0.2.0, `validator` to v10.20.0, `go-toml` to v2.2.2, `arch` to v0.8.0, `sys` to v0.20.0, `text` to v0.15.0, and `protobuf` to v1.34.0
- Add new dependencies: `sonic/loader` v0.1.1
- Remove outdated dependencies: `chenzhuoyu/base64x` and `chenzhuoyu/iasm`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
ci: update GitHub Actions workflows configurations

- Update the cron schedule in the CodeQL workflow file
- Change the language array format in the CodeQL workflow file
- Upgrade the CodeQL action version in the CodeQL workflow file
- Modify the go version setup in the Go workflow file
- Update the golangci-lint action version in the Go workflow file
- Add a cache action with a new version in the Go workflow file
- Update the codecov action version in the Go workflow file
- Change the tag format in the Goreleaser workflow file
- Adjust the steps and setup in the Goreleaser workflow file
- Update the Go version and GoReleaser action in the Goreleaser workflow file

Signed-off-by: appleboy <appleboy.tw@gmail.com>

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from kebhr/patch-comment

Fix typo/indent error in comment
0