Commit d209fe4
committed
docs: add a security posture & liability disclaimer
officeParser is a parser/generator/converter that necessarily opens
files from potentially untrusted sources, so it's worth stating plainly
what that means for consumers of the library:
- README.md: new "Security & Trust Boundary" section (linked from the
TOC) covering what's actively hardened against (injection, zip bombs,
DoS, SSRF - see CHANGELOG.md for the ongoing history) and the honest
limit of that: no software is guaranteed vulnerability-free, there's
no dedicated security team behind a solo-maintained project, and
final responsibility for a compromised input file's impact rests with
the consumer, per the MIT LICENSE's "AS IS" clause.
- SECURITY.md: a matching "Security Posture & Disclaimer" section
between "My Security Commitment" and "Out of Scope" - the more
canonical version of the same statement for the doc people land on
specifically for security questions. Also fixed two stray "us"/"our"
instances to "me"/"my" for pronoun consistency with the rest of the
file (this is a solo-maintained project, first person throughout).1 parent c70571c commit d209fe4
2 files changed
Lines changed: 45 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
1231 | 1232 | | |
1232 | 1233 | | |
1233 | 1234 | | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
1234 | 1257 | | |
1235 | 1258 | | |
1236 | 1259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
40 | 60 | | |
41 | 61 | | |
42 | 62 | | |
0 commit comments