
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
boox-annotation-parser
Advanced tools
Parse annotation file exports from your Boox device, and transform them into JSON, YAML, or whatever you want.
Parse annotation file exports from your Onyx Boox device, and transform them into JSON, YAML, or whatever you want.
::
pip install boox-annotation-parser
You can also install the in-development version with::
pip install https://github.com/coddingtonbear/boox-annotation-parser/archive/master.zip
Options:
--input
: (Default: 'stdin') The path to your Boox annotation export file. If unspecified, reads from stdin.--output
: (Default: 'stdout') The path to where you'd like your output written to. If unspecified, writes to stdout.--format
: (Default: 'yaml') The format you'd like your annotations written out in. Options include:
yaml
json
nljson
::
boox-annotation-parser --input=/path/to/boox/export.txt --output=/path/to/write/output/to --format=yaml
.. code-block:: python
from boox_annotation_parser import parser
with open('/path/to/boox/export.txt', 'r') as inf:
parsed = parser.get_annotations(inf)
To run the tests run::
pytest
FAQs
Parse annotation file exports from your Boox device, and transform them into JSON, YAML, or whatever you want.
We found that boox-annotation-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.