Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.