Skip to content

Conversation

fguisso
Copy link
Contributor

@fguisso fguisso commented Nov 3, 2022

No description provided.

func httpGet(url string) (map[string]string, missingSecurityHeaders, string) {
rawHeader := make(map[string]string)

res, err := http.Get(url)

Check failure

Code scanning / CodeQL

Uncontrolled data used in network request

The [URL](1) of this request depends on a [user-provided value](2).
@henriporto henriporto self-assigned this Nov 18, 2022
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