shellescape icon indicating copy to clipboard operation
shellescape copied to clipboard

Escape arbitrary strings for use as command line arguments

Results 7 shellescape issues
Sort by recently updated
recently updated
newest added

In the event that it is desired that variables be parsed by the shell in the resulting string of e.g. .Quote() but it is otherwise escaped/sanitized, an additional set of...

```console $ go get gopkg.in/alessio/shellescape.v1 go: downloading gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61 go: added gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61 $ go get github.com/alessio/shellescape go: downloading github.com/alessio/shellescape v1.4.2 go: added github.com/alessio/shellescape v1.4.2 ```

## Summary by CodeRabbit - **Tests** - Added a test to verify correct quoting of strings containing backticks.

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9. Release notes Sourced from golangci/golangci-lint-action's releases. v9.0.0 In the scope of this release, we change Nodejs runtime from node20 to node24 (https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/). What's Changed...

dependencies
github_actions

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.8 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. Release notes Sourced from actions/setup-go's releases. v6.0.0 What's Changed Breaking Changes Improve toolchain handling to ensure more reliable and consistent toolchain selection and management...

dependencies
github_actions