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

Extend Manifest with safe entry #7313

Draft
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

domolitom
Copy link

To give a warning to the programmer about possible supply chain vulnerabilities, we have decided to extend the package manifest with the "safe" keyword.

So far a package is considered safe if it doesn't :

  • Use IO (has IO effect)
  • Use unchecked effect casts
  • Use interop with Java
  • Depend on another unsafe package

@domolitom domolitom changed the title Extend Manifest with safe entry Draft: Extend Manifest with safe entry Feb 28, 2024
@domolitom domolitom changed the title Draft: Extend Manifest with safe entry Extend Manifest with safe entry Feb 28, 2024
@domolitom domolitom marked this pull request as draft February 28, 2024 14:13
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

Successfully merging this pull request may close these issues.

None yet

1 participant