Restrictions on valid characters ldflags #1170
Closed
jimmyhmiller
started this conversation in
General
Replies: 2 comments
-
The current checks are restrictive to avoid any vulnerabilities. I'll implement support for this case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in #1182. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build things with cabin on macOS. I need to pass flags like
-framework Metal
for ldflags. When I try this I get errors no matter what format I tryWhen I remove these restrictions, the flags work fine and my build succeeds. Am I missing something I should be doing instead or are the checks overly restrictive?
Beta Was this translation helpful? Give feedback.
All reactions