Skip to content

Add grpcclient package#1033

Open
nikplxjt wants to merge 5 commits into
justtrackio:mainfrom
nikplxjt:add-grpcclient-package
Open

Add grpcclient package#1033
nikplxjt wants to merge 5 commits into
justtrackio:mainfrom
nikplxjt:add-grpcclient-package

Conversation

@nikplxjt

Copy link
Copy Markdown
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.

3 participants