Fast and tiny JavaScript/TypeScript cron parser with timezone support
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revise SECURITY.md for supported versions and reporting

Updated security policy to include new supported versions and reporting guidelines.

authored by

Kasparas Bilkis and committed by
GitHub
39f7022e 7f45bb36

+25
+25
SECURITY.md
··· 1 + # Security Policy 2 + 3 + ## Supported Versions 4 + 5 + | Version | Supported | 6 + | ------- | ------------------ | 7 + | 3.x.x | :white_check_mark: | 8 + | 2.3.x | :white_check_mark: | 9 + | < 2.3.0 | :x: | 10 + 11 + ## Reporting a Vulnerability 12 + 13 + Please do not report security vulnerabilities through public GitHub issues. 14 + 15 + Instead, use [GitHub's private vulnerability reporting](https://github.com/kbilkis/cron-fast/security/advisories/new) to submit a report. 16 + 17 + Include the following: 18 + 19 + - Type of vulnerability 20 + - Full path of affected file(s) 21 + - Steps to reproduce 22 + - Potential impact 23 + 24 + You should receive a response within 48 hours. If the issue is confirmed, a patch will be released as soon as possible depending on complexity. 25 +