Skip to content

Commit a9d1f87

Browse files
authored
Merge 7871cce into fa461ff
2 parents fa461ff + 7871cce commit a9d1f87

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

docs/SECURITY.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# Security Policy
22

3+
The code-server team (and Coder, the organization) care a lot about keeping the project secure and safe for end-users.
4+
5+
## Tools
6+
7+
We use a combination of tools to help us stay on top of vulnerabilities.
8+
9+
- [dependabot](https://dependabot.com/)
10+
- Submits pull requests to upgrade dependencies. We use dependabot's version upgrades as well as security updates.
11+
- code-scanning
12+
- [CodeQL](https://securitylab.github.com/tools/codeql/)
13+
- Semantic code analysis engine that runs on a regular schedule (see `codeql-analysis.yml`)
14+
- [trivy](https://github.com/aquasecurity/trivy)
15+
- Comprehensive vulnerability scanner that runs on PRs into the default branch and scans both our container image and repository code (see `trivy-scan-repo` and `trivy-scan-image` jobs in `ci.yaml`)
16+
- [`audit-ci`](https://github.com/IBM/audit-ci)
17+
- Audits npm and Yarn dependencies in CI (see "Audit for vulnerabilities" step in `ci.yaml`) on PRs into the default branch and fails CI if moderate or higher vulnerabilities(see the `audit.sh` script) are present.
18+
319
## Supported Versions
420

521
Coder sponsors development and maintenance of the code-server project. We will fix security issues within 90 days of receiving a report, and publish the fix in a subsequent release. The code-server project does not provide backports or patch releases for security issues at this time.
622

7-
| Version | Supported |
8-
| ------- | ------------------ |
9-
| 3.9.3 | :white_check_mark: |
23+
| Version | Supported |
24+
| ----------------------------------------------------- | ------------------ |
25+
| [Latest](https://github.com/cdr/code-server/releases) | :white_check_mark: |
1026

1127
## Reporting a Vulnerability
1228

0 commit comments

Comments
 (0)