Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: grokify/mogo

Tags

v0.73.2

Toggle v0.73.2's commit message

Verified

This commit was signed with the committer’s verified signature.
grokify John Wang
feat(osutil): add SanitizePath for safe subprocess path handling

Add SanitizePath function and SanitizeOpts struct to clean and validate
file paths for safe use with exec.Command and similar functions.

Features:
- Expands ~ to user's home directory
- Cleans path to remove . and .. components
- Resolves to absolute path
- Optional validation for existence, file/directory type, and extensions

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v0.73.1

Toggle v0.73.1's commit message

Verified

This commit was signed with the committer’s verified signature.
grokify John Wang
chore(ci): sast: update go versions

v0.73.0

Toggle v0.73.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grokify John Wang
chore(deps): `go mod`: update dependencies

v0.72.7

Toggle v0.72.7's commit message

Verified

This commit was signed with the committer’s verified signature.
grokify John Wang
chore(deps): `go mod`: update dependencies

v0.72.6

Toggle v0.72.6's commit message

Verified

This commit was signed with the committer’s verified signature.
grokify John Wang
feat: `testing/coverbadge`: add `cmd/gocoverbadge`

v0.72.5

Toggle v0.72.5's commit message

Verified

This commit was signed with the committer’s verified signature.
grokify John Wang
enhance: `log/slogutil`: add `nil` check

v0.72.4

Toggle v0.72.4's commit message

Verified

This commit was signed with the committer’s verified signature.
grokify John Wang
chore(deps): `go mod`: update

v0.72.3

Toggle v0.72.3's commit message

Verified

This commit was signed with the committer’s verified signature.
grokify John Wang
chore(deps): `go mod`: update

v0.72.2

Toggle v0.72.2's commit message

Verified

This commit was signed with the committer’s verified signature.
grokify John Wang
feat: `sort/sortutil`: add `IntegerSuffix()`

v0.72.1

Toggle v0.72.1's commit message

Verified

This commit was signed with the committer’s verified signature.
grokify John Wang
chore(deps): `go mod`: update