Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flagged as Malware by AV #887

Closed
slcraft opened this issue Oct 10, 2021 · 2 comments
Closed

Flagged as Malware by AV #887

slcraft opened this issue Oct 10, 2021 · 2 comments

Comments

@slcraft
Copy link

slcraft commented Oct 10, 2021

Installed SSH.NET 2020.0.1 as a nuget package in a clean Visual Studio C# project, and ran the following code - which immediately triggered multiple AntiVirus notifications which ended up quarantining the application.

SftpClient sftp = new SftpClient("hostname", "user", new PrivateKeyFile(@"C:\Path\to\id_rsa"));
sftp.Connect();

The cited threat from AV was that it was acting like: not-a-virus:PDM:AdWare.NSIS.ConvertAd.bCb.

@IgorMilavec
Copy link
Collaborator

Should be fixed by #867

@IgorMilavec
Copy link
Collaborator

Duplicate of #797

@IgorMilavec IgorMilavec marked this as a duplicate of #797 Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants