Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
964c207
Merge pull request #1 from manicinc/dev
jddunn Aug 13, 2025
198b137
Merge pull request #2 from manicinc/dev
jddunn Aug 13, 2025
34a559e
Merge pull request #3 from manicinc/dev
jddunn Aug 15, 2025
a99ab71
Merge pull request #4 from manicinc/dev
jddunn Aug 15, 2025
f267033
Merge pull request #5 from manicinc/dev
jddunn Aug 15, 2025
edc3f60
Merge pull request #6 from manicinc/dev
jddunn Aug 15, 2025
1887934
Merge pull request #7 from manicinc/dev
jddunn Aug 15, 2025
91d2759
Merge pull request #8 from manicinc/dev
jddunn Aug 15, 2025
993b655
Merge pull request #9 from manicinc/dev
jddunn Aug 15, 2025
cfb15ad
Merge pull request #10 from manicinc/dev
jddunn Aug 15, 2025
ee5d391
Merge pull request #11 from manicinc/dev
jddunn Aug 15, 2025
4e35573
Merge pull request #12 from manicinc/dev
jddunn Aug 15, 2025
0072bd2
Merge pull request #13 from manicinc/dev
jddunn Aug 15, 2025
557f5de
Merge pull request #14 from manicinc/dev
jddunn Aug 16, 2025
db26390
Merge pull request #15 from manicinc/dev
jddunn Aug 16, 2025
0e224f8
Merge pull request #16 from manicinc/dev
jddunn Aug 17, 2025
5cc65f4
Merge pull request #17 from manicinc/dev
jddunn Aug 17, 2025
85e14e8
Create SECURITY.md
jddunn Aug 18, 2025
e90959f
Merge pull request #18 from manicinc/dev
jddunn Aug 18, 2025
3769156
Merge pull request #19 from manicinc/dev
jddunn Aug 20, 2025
c628058
build(deps): bump the npm_and_yarn group across 1 directory with 2 up…
dependabot[bot] Aug 24, 2025
3058798
Merge pull request #20 from manicinc/dev
jddunn Aug 24, 2025
03556e4
Merge pull request #21 from manicinc/dependabot/npm_and_yarn/npm_and_…
jddunn Aug 24, 2025
d5d9326
style: auto-format code with prettier
github-actions[bot] Aug 27, 2025
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
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are

Copilot AI Aug 27, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The security policy contains placeholder text that should be replaced with actual project-specific information about supported versions and vulnerability reporting procedures.

Copilot uses AI. Check for mistakes.
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
Comment on lines +10 to +13

Copilot AI Aug 27, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version numbers in the supported versions table appear to be placeholder examples and should be updated to reflect the actual versions of this project.

Suggested change
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
| 1.2.0 | :white_check_mark: |
| 1.1.0 | :white_check_mark: |
| 1.0.0 | :x: |
| < 1.0.0 | :x: |

Copilot uses AI. Check for mistakes.

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
Comment on lines +17 to +21

Copilot AI Aug 27, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The vulnerability reporting section contains placeholder instructions and should be replaced with specific contact information and procedures for this project.

Suggested change
Use this section to tell people how to report a vulnerability.
Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
To report a security vulnerability, please email us at [security@example.com](mailto:security@example.com) with details of the issue.
We aim to acknowledge all reports within 2 business days and provide a status update within 7 business days.
After triage, we will keep you informed of our progress and may request additional information if needed. If the vulnerability is accepted, we will work with you on disclosure timing and credit. If declined, we will provide a clear explanation.

Copilot uses AI. Check for mistakes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.0.4",
"esbuild": "^0.21.5",
"esbuild": "^0.25.0",
"dependency-cruiser": "^16.6.0",
"license-checker": "^25.0.1",
"lockfile-lint": "4.14.1",
Expand Down
Loading