Join the SafeDep and vet user community to connect with other security engineers, get support, and stay updated on the latest developments.

Discord Community

Our primary community hub is on Discord where you can:
  • Get Help: Ask questions and get answers from community members and maintainers
  • Share Ideas: Discuss new features, use cases, and best practices
  • Stay Updated: Get announcements about new releases and features
  • Network: Connect with other security professionals using vet and SafeDep
SafeDep Discord Community

Other Community Channels

Getting Help

Before Asking Questions

  1. Check the documentation - Search through our guides and API reference
  2. Review existing issues - Your question might already be answered
  3. Try debugging steps - Use debug logs to gather more information

How to Ask Effective Questions

When seeking help in the community:

Debug Information

To help troubleshoot issues, gather debug information:
# Get version information
vet version

# Enable debug logging
vet scan -D /path/to/repo --log-level debug

# Log to file for sharing
vet scan -D /path/to/repo --log-file /tmp/vet.log --log-level debug

Contributing

Ways to Contribute

Report Issues

Help improve vet by reporting bugs and issues you encounter

Feature Requests

Suggest new features or improvements to existing functionality

Documentation

Help improve documentation with corrections, clarifications, or new content

Code Contributions

Contribute bug fixes, features, or performance improvements

Contribution Guidelines

Before contributing:
  1. Check existing issues to avoid duplicates
  2. Follow the code of conduct in all interactions
  3. Use issue templates when reporting bugs or requesting features
  4. Test your changes thoroughly before submitting

Community Guidelines

Code of Conduct

We are committed to providing a welcoming and inclusive environment for everyone. Please:
  • Be respectful in all interactions
  • Help others learn and grow
  • Stay on topic in discussions
  • No spam or self-promotion without prior approval
  • Report inappropriate behavior to moderators

Best Practices

Events and Updates

Stay Informed

  • Release announcements in Discord and GitHub
  • Security advisories for important updates
  • Feature previews and beta testing opportunities
  • Community calls (announced in Discord)

Feedback and Suggestions

We value community feedback for:
  • Product roadmap priorities
  • Documentation improvements
  • New integrations and partnerships
  • Community program enhancements

Resources

Contact Information

For specific inquiries:
Thank you for being part of the SafeDep community! Together, we’re making open source software supply chains more secure for everyone.