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.
github.com/googlecloudplatform/healthcare-data-harmonization/mapping_language
This defines a syntax designed to express mappings of data from one structure to another.
This syntax is transpiled into a configuration file for the Data Harmonization Mapping Engine which can then execute the mappings.
The engine accepts data in JSON format and outputs it in JSON format. For information on the syntax, look at the included documents in the docs folder.
Run build.sh
This project is a go module. It can be built and tested with go build
and
go test
.
There is an additional go module in the test directory, which runs some integration tests using the mapping engine.
The whistle_*.go
files in the parser directory are generated by ANTLR.
If you modify the grammar (Whistle.g4
) file make sure to re-run
generate_grammar.sh
or build.sh
.
Apache License, Version 2.0
FAQs
Unknown package
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.