edf2csv 0.6.132 → 0.6.134

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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -133,6 +133,15 @@ edf2csv converts. For neighbouring jobs, these tools are a better fit:
133
133
  edf2csv suits a spreadsheet destination, a colleague who doesn't use Python, a quick
134
134
  look at part of a recording, or a pipeline that speaks CSV.
135
135
 
136
+ ## Reporting a vulnerability
137
+
138
+ Privately, through GitHub's [security advisory
139
+ form](https://github.com/tayal-sarthak/edf2csv/security/advisories/new). What is in scope, what
140
+ isn't, and what to include are in
141
+ [SECURITY.md](https://github.com/tayal-sarthak/edf2csv/blob/main/SECURITY.md). The short version:
142
+ the surface is the parser and the files around it, since the tool makes no network calls and runs
143
+ nothing out of the recordings it reads.
144
+
136
145
  ## Notes
137
146
 
138
147
  Requires Node 20 or newer. No runtime dependencies, and none installed when you install it. MIT licensed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.132",
3
+ "version": "0.6.134",
4
4
  "description": "Convert EDF, EDF+ and BDF biosignal recordings (European Data Format) to CSV from the command line. Local, streaming, and never resamples or alters units.",
5
5
  "keywords": [
6
6
  "edf",