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

Safe Haskell discussion #360

Open
luke-clifton opened this issue Jan 9, 2023 · 0 comments
Open

Safe Haskell discussion #360

luke-clifton opened this issue Jan 9, 2023 · 0 comments

Comments

@luke-clifton
Copy link

The second argument is an optional SHA256 hash in hexadecimal form. This can be used to validate that the script has not changed since the last import. Importing TutorialD from the web is in general safe because it is effectively sandboxed with "Safe Haskell" for functions, so the script is contained security-wise, however, nothing prevents the script from running forever. Downloading a schema from the web is a great way to share schemas and to kick start your project without starting from scratch.

I just happened to notice that this project actually makes use of Safe Haskell, so thought I would point out the discussion going on here:

https://discourse.haskell.org/t/deprecating-safe-haskell-or-heavily-investing-in-it/5489

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

No branches or pull requests

1 participant