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

Design package management security #4

Open
dcecile opened this issue Jan 20, 2019 · 0 comments
Open

Design package management security #4

dcecile opened this issue Jan 20, 2019 · 0 comments

Comments

@dcecile
Copy link
Member

dcecile commented Jan 20, 2019

Research

Ideas

  • Only from GitHub (Gitlab? Bitbucket?) repos with 2FA required
  • Fork (& update as needed) all transitive dependencies, using GitHub (or other) APIs
    • Also needed: system that serves as backup for all GitHub repos for a user/org
  • How does Go version selection relate to lockfile security?
  • Web of trust
    • Snyk mentions trusting/distrusting specific maintainers, but that's an NPM concept and not especially clear there
    • It would make sense to subscribe to whitelists & blacklists for specific published versions
      • Assuming you trust the list author to review the version diffs
      • This is the most reliable way to
    • For specific maintainers, the Arch model would work with signed tags and/or signed commits
      • Probably the most complete way to trust live-updated whitelists & blacklists
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