Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
Expand Down
16 changes: 16 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Security Policy

## Supported Versions

Security updates are provided for the latest released version of this project.

| Version | Supported |
| -------- | ------------------ |
| latest | :white_check_mark: |
| < latest | :x: |

## Reporting a Vulnerability

To report a security vulnerability, please open a [GitHub issue](https://github.com/Lisa-Gorewit-Decker/javascriptalgorithms/issues) with the label **security** and include a description of the issue, steps to reproduce, and any relevant details.

You can expect an acknowledgement within a few days. If the vulnerability is accepted, a fix will be prioritized and released as soon as possible. If it is declined, you will receive an explanation.
Loading