
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
mygithub.libinneed.workers.dev/quickfixgo/examples
All examples have been ported from QuickFIX
To build and run the examples, you will first need Go installed on your machine
Next, clone this repository with git clone git@github.com:quickfixgo/examples.git
. This project uses go modules, so you just need to type make build
. This will compile the examples executables in the ./bin
dir in your local copy of the repo. If this exits with exit status 0, then everything is working! You may need to pull the module deps with go mod download
.
make build
Following installation, the examples can be found in ./bin
. The examples are meant to be run in pairs- the TradeClient as a client of either the Executor or OrderMatch. By default, the examples will load the default configurations named after the example apps provided in the config/
root directory. i.e., running ./bin/tradeclient
will load the config/tradeclient.cfg
configuration. Each example can be run with a custom configuration as a command line argument (./bin/tradeclient my_trade_client.cfg
).
This software is available under the QuickFIX Software License. Please see the LICENSE for the terms specified by the QuickFIX Software License.
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.