-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
httpclient import causes compiler error with taint mode #12789
Labels
Comments
zedeus
added a commit
to zedeus/Nim
that referenced
this issue
Jan 5, 2020
zedeus
added a commit
to zedeus/Nim
that referenced
this issue
Jan 6, 2020
This is broken in 1.0.6 but fixed in devel. Backport? @narimiran |
zedeus
added a commit
to zedeus/Nim
that referenced
this issue
Feb 26, 2020
Sorry for the late response. It is this PR that fixed it in devel: #12969. I think we can backport it, so it becomes part of 1.0.8. |
zedeus
added a commit
to zedeus/Nim
that referenced
this issue
Mar 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When importing
httpclient
when taint mode is enabled, compilation failsExample
Current Output
Expected Output
[Valid compilation]
Possible Solution
httpclient needs to resolve tainted strings properly
Additional Information
The text was updated successfully, but these errors were encountered: