Full Mattermost server source with integrated Community Enterprise features. Includes vendor directory for offline/air-gapped builds. Structure: - enterprise-impl/: Enterprise feature implementations - enterprise-community/: Init files that register implementations - enterprise/: Bridge imports (community_imports.go) - vendor/: All dependencies for offline builds Build (online): go build ./cmd/mattermost Build (offline/air-gapped): go build -mod=vendor ./cmd/mattermost 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
727 B
Markdown
19 lines
727 B
Markdown
# Security Policy
|
|
|
|
If you have discovered a security vulnerability in this project, please report it
|
|
privately. **Do not disclose it as a public issue.** This gives us time to work with you
|
|
to fix the issue before public exposure, reducing the chance that the exploit will be
|
|
used before a patch is released.
|
|
|
|
You may submit the report in the following ways:
|
|
|
|
- send an email to go-logr-security@googlegroups.com
|
|
- send us a [private vulnerability report](https://github.com/go-logr/logr/security/advisories/new)
|
|
|
|
Please provide the following information in your report:
|
|
|
|
- A description of the vulnerability and its impact
|
|
- How to reproduce the issue
|
|
|
|
We ask that you give us 90 days to work on a fix before public exposure.
|