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

Add grpcclient package #1033

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nikplxjt
Copy link
Contributor

No description provided.

return nil, err
}

s := fmt.Sprintf(`"matching(equalTo, '%s')"`, string(ex))

Check failure

Code scanning / CodeQL

Potentially unsafe quoting

If this [JSON value](1) contains a double quote, it could break out of the enclosing quotes. If this [JSON value](1) contains a single quote, it could break out of the enclosing quotes.

trimmed := strings.Trim(string(ex), `"`)

s := fmt.Sprintf(`"eachValue(%s)"`, trimmed)

Check failure

Code scanning / CodeQL

Potentially unsafe quoting

If this [JSON value](1) contains a double quote, it could break out of the enclosing quotes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants