Skip to content

Commit

Permalink
Add security policy (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-thompson authored and KaelynJefferson committed Jun 14, 2024
1 parent aa51385 commit c72b40d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Reporting security issues privately

To report a security issue privately, please [create a security advisory](https://github.com/FHIR/GoFSH/security/advisories) in this repository. This will allow repository administrators to review and address it privately before public disclosure. For more details about this process, see ["Privately reporting a security vulnerability"](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability).

# Project security practices

GoFSH uses NPM for dependency management. Dependencies with security vulnerabilities as reported by NPM's audit tool should be updated to secure versions as soon as possible. A new version of GoFSH that resolves the vulnerabilities should be released as soon as possible afterwards. Pull requests that include new dependencies should not include dependencies that contain known security vulnerabilities.

As part of reviewing pull requests, code changes will be examined for potential security issues. Security issues discovered during pull request review must be resolved before the pull request will be accepted.

0 comments on commit c72b40d

Please sign in to comment.