
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
This Rust Cargo package is designed to facilitate modularity in Rust applications. With this crate, you can easily create a modular Rust application that can dynamically load functions and plugins at runtime. This makes it easy to extend and customize your application without having to recompile or modify the core code.
This crate contains 4 module:
The host
contains the tools and utilities that a develoepr should use in the main app, when creating a plugin manager.
The pdk
contains some utilities and tools to test plugins locally before releasing them. It implements some structures that inspect what a plugin is doing
The plugin
module contains the macros and the structs definitions to allow the plugin manager to understand the structure of the plugin
This crate uses the word system
meaning a function that accepts any number of arguments. This simplifies the structure of the code becuse understanding which arguemnts should be bessedt oa function becomes a task of he compiler
This crate doesn't use unsafe functions except in pdk
for testing purpose
Examples of how to use the crate can be found in Examples
FAQs
Unknown package
We found that aanyx demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.