Skip to content

fetch command error on parsing parameters - 3.1.30+ #1568

Closed Answered by Byron
pomareta asked this question in Q&A
Discussion options

You must be logged in to vote

This is a feature to prevent command injection when passing options. I think there are workarounds too, but don't know what exactly it is.

You could try .fetch(prune=True, prune_tags=True) which should be except from injection projection, or try to set .fetch(…, allow_unsafe_options=True)`.

Hope that helps.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pomareta
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1567 on March 30, 2023 14:47.