Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@dodona/dolos-parsers
Advanced tools
This a collection of parsers officialy supported by Dolos.
Visit dolos.ugent.be for more information.
If you want to use Dolos, you don't need to install this package directly. However, if you want to use the bundled parsers in your own app, you can install JavaScript library with:
npm install @dodona/dolos-parsers
Required: Node.js, Python 3 and a compiler (GCC)
These parsers use tree-sitter to parse source code files. Tree-sitter currently only runs in node and will thus not run in browser environments.
Clone the Dolos repository including the submodules
git clone --recursive git://github.com/dodona-edu/dolos.git
# or, if you have cloned the repository already:
git submodule update --init --recursive
Install dependencies (preferably in the repository root)
npm install
Build the node bindings
npm run build
Visit our web page at https://dolos.ugent.be.
FAQs
Collection of tree-sitter parsers used by Dolos
The npm package @dodona/dolos-parsers receives a total of 29 weekly downloads. As such, @dodona/dolos-parsers popularity was classified as not popular.
We found that @dodona/dolos-parsers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.