
Security News
Nx npm Packages Compromised in Supply Chain Attack Leveraging AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
A zserio compiler for Rust. This provides the
zserio-rs-build
tool to generate Rust code for a zserio schema. The generated
code will use the zserio crate for runtime
support.
Install zserio-rs-build using:
cargo install zserio-rs-build
The code generator is executed using the following command:
zserio-rs-build =<code_root_path> -o=<output_directory> <path_to_zserio_files>
This will generate the files needed to read/write zserio
-encoded binary data.
The root
CLI flag is optional, and specifies a crate prefix. If the prefix is
set, a mod.rs
file will be created. In case the code is generated without a
prefix, it is assumed that the crate will be built as a library, and generates
a lib.rs
instead. You must add zserio
as a dependency for the crate
containing the generated code:
cargo add zserio
The version of the zserio
crate used must match the version of zserio-rs-build
used.
FAQs
Unknown package
We found that zserio-rs-build demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.