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

remove distinction between dynamic and static fields #124

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

jakopako
Copy link
Owner

Fixes #123

@jakopako jakopako merged commit e66f6a7 into main Sep 12, 2022
@jakopako jakopako deleted the jakopako/issue123 branch September 12, 2022 19:06
if f.OnSubpage == "" {
err := extractField(&f, currentItem, s, c.URL, res)
if err != nil {
log.Printf("%s ERROR: error while parsing field %s: %v. Skipping item %v.", c.Name, f.Name, err, currentItem)

Check failure

Code scanning / CodeQL

Log entries created from user input

This log write receives unsanitized user input from [here](1). This log write receives unsanitized user input from [here](2). This log write receives unsanitized user input from [here](3). This log write receives unsanitized user input from [here](4). This log write receives unsanitized user input from [here](5).
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.

remove distinction between dynamic and static fields
1 participant