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

Windows Defender Trojan detected #2640

Closed
jdheeter opened this issue Sep 23, 2021 · 1 comment
Closed

Windows Defender Trojan detected #2640

jdheeter opened this issue Sep 23, 2021 · 1 comment
Labels
status: invalid This is not a valid issue

Comments

@jdheeter
Copy link

jdheeter commented Sep 23, 2021

image
Detected: Trojan:Script/Sabsik.TE.A!ml

tauri info

Webview2 - 93.0.961.52

Node.js environment
  Node.js - 14.17.6
  @tauri-apps/cli - 1.0.0-beta.10
  @tauri-apps/api - 1.0.0-beta.8

Global packages
  npm - 7.24.0
  yarn - 1.22.11

Rust environment
  rustc - 1.55.0
  cargo - 1.55.0

App directory structure
/.git
/.github
/.quasar
/.vscode
/dist
/node_modules
/public
/src
/src-pwa
/src-tauri

App
  tauri.rs - 1.0.0-beta.8
  build-type - bundle
  CSP - default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'
  distDir - ../dist/pwa
  devPath - http://localhost:8080
  framework - Vue.js (Quasar)
  bundler - Webpack 

cargo.toml

[package]
name = "app"
version = "0.1.0"
description = "A Tauri App"
authors = [ "you" ]
license = ""
repository = ""
default-run = "app"
edition = "2018"
build = "src/build.rs"

[build-dependencies]
tauri-build = { version = "1.0.0-beta.2" }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
fs2 = "0.4.3"
# winreg = "0.10.1"

[dependencies.tauri]
version = "1.0.0-beta.8"
features = ["api-all", "system-tray"]

[features]
default = [ "custom-protocol" ]
custom-protocol = [ "tauri/custom-protocol" ]

@amrbashir
Copy link
Member

duplicate of #2486

@lucasfernog lucasfernog added status: invalid This is not a valid issue and removed status: duplicate labels Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid This is not a valid issue
Projects
None yet
Development

No branches or pull requests

3 participants