This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
clamav
Watch
2
Star
0
Fork
You've already forked clamav
0
mirror of
https://github.com/Cisco-Talos/clamav.git
synced
2025-10-19 10:23:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
rel/1.5
clamav
/
Cargo.toml
9 lines
90 B
TOML
Raw
Permalink
Normal View
History
Unescape
Escape
Improve layout of libclamav_rust directory Add a top-level Cargo.toml. Remove the vestigial libclamav_rust/Makefile.am. Place Rust source under a libclamav_rust/src directory as is canonical for Rust projects.
2021-11-17 14:45:25 -08:00
[
workspace
]
members
=
[
"libclamav_rust"
,
]
cdiff: Replace cdiff-apply feature with Rust implementation Apply both .cdiff and .script CVD patches. Note: A script is a non-compressed and unsigned file containing cdiff commands. There is no header or footer that should be processed. This Rust-based implementation of the cdiff-apply feature includes equivalent features as found in the C-based implementation: - cdiff file signature validation against sha256 of the file contents - Gz decoding of file contents - File open command - File close command - Signature add command - Line delete command - Xchg command - Move command - Unlink command This Rust implementation adds cdiff-apply unit tests to verify correct functionality.
2021-09-23 15:27:19 -07:00
[
profile
.
dev
.
package
.
"*"
]
opt-level
=
2
Reference in a new issue
Copy permalink