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

Adding A10:2020 SSRF exercise #608

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adding A10:2020 SSRF exercise #608

wants to merge 1 commit into from

Conversation

fguisso
Copy link
Member

@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.

None yet

2 participants