modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

Windows tarball marked as malicious #54

Open nitsky opened 2 years ago

nitsky commented 2 years ago

We need to look into why windows marks our tarball as potentially malicious and figure out how to convince it otherwise.

MitchyGoodness commented 1 year ago

@nitsky I ran RUST_BACKTRACE=full cargo build --release --target x86_64-pc-windows-gnu, compressed /modelfox/target/x86_64-pc-windows-gnu/release with tar -czvf modelfox.tar.gz ./*, and then had windows scan the tarball. No malicious files were found. Just FYI.