-
Beta Was this translation helpful? Give feedback.
Answered by
Byron
Mar 30, 2023
Replies: 2 comments
-
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 Hope that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pomareta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.