Skip to content

Commit b813858

Browse files
omgovichclaude
andcommitted
chore: ship LICENSE.md in package and add SECURITY.md
- Add LICENSE.md to the package.json `files` array so SBOM tooling can detect the license in the published tarball (closes #128). - Add SECURITY.md pointing to GitHub's private vulnerability reporting form for responsible disclosure (closes #108). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3f859e0 commit b813858

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

SECURITY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
Please report security vulnerabilities privately through GitHub's [private vulnerability reporting](https://github.com/omgovich/colord/security/advisories/new) form.
6+
7+
Include:
8+
9+
- A description of the issue and its potential impact
10+
- Steps to reproduce, a proof of concept, or a code snippet
11+
- The affected version(s) of colord
12+
13+
Please do not open public GitHub issues for security vulnerabilities.
14+
15+
## Supported Versions
16+
17+
Security fixes are applied to the latest released version on the `master` branch.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
},
101101
"files": [
102102
"*.{js,mjs,ts,map}",
103-
"plugins/*.{js,mjs,ts,map}"
103+
"plugins/*.{js,mjs,ts,map}",
104+
"LICENSE.md"
104105
],
105106
"types": "index.d.ts",
106107
"scripts": {

0 commit comments

Comments
 (0)