mime-types-data 3.2025.0924 → 3.2026.0127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +64 -30
- data/CODE_OF_CONDUCT.md +152 -114
- data/CONTRIBUTING.md +88 -25
- data/Manifest.txt +1 -0
- data/Rakefile +1 -1
- data/SECURITY.md +23 -4
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +40 -0
- data/data/mime.docs.column +40 -0
- data/data/mime.encoding.column +40 -0
- data/data/mime.flags.column +45 -5
- data/data/mime.friendly.column +40 -0
- data/data/mime.pext.column +40 -0
- data/data/mime.spri.column +0 -0
- data/data/mime.use_instead.column +40 -0
- data/data/mime.xrefs.column +108 -68
- data/lib/mime/types/data.rb +1 -1
- data/licences/dco.txt +34 -0
- metadata +4 -2
data/SECURITY.md
CHANGED
|
@@ -1,7 +1,26 @@
|
|
|
1
1
|
# mime-types-data Security
|
|
2
2
|
|
|
3
|
-
## Security
|
|
3
|
+
## LLM-Generated Security Report Policy
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
Absolutely no security reports will be accepted that have been generated by LLM
|
|
6
|
+
agents.
|
|
7
|
+
|
|
8
|
+
## Supported Versions
|
|
9
|
+
|
|
10
|
+
Security reports are accepted for the most recent major release, with a limited
|
|
11
|
+
window of support after the initial major release.
|
|
12
|
+
|
|
13
|
+
- Bug reports will be accepted up to three months after release.
|
|
14
|
+
- Security reports will be accepted up to six months after release.
|
|
15
|
+
|
|
16
|
+
All issues raised must be demonstrated on the minimum supported Ruby version.
|
|
17
|
+
|
|
18
|
+
## Reporting a Vulnerability
|
|
19
|
+
|
|
20
|
+
Report vulnerabilities via the [Tidelift security contact][tidelift]. Tidelift
|
|
21
|
+
will coordinate the fix and disclosure.
|
|
22
|
+
|
|
23
|
+
Alternatively, create a [private vulnerability report][advisory] with GitHub.
|
|
24
|
+
|
|
25
|
+
[advisory]: https://github.com/halostatue/mime-types-data/security/advisories/new
|
|
26
|
+
[tidelift]: https://tidelift.com/security
|