:warning: Vulnerability alert. Please pay attentio...
# kotest
l
⚠️ Vulnerability alert. Please pay attention if you are using karma with your Kotlin/JS projects https://kotlinlang.slack.com/archives/C0BJ0GTE2/p1634926443022700 Slack Conversation
s
If we do, its only transitively via the jetbrains js plugin,
👍 1
b
Do you have this config enabled in any of your modules? If so, check your PCs for malware. Especially on windows as the malware tries to steal sensitive data there.
Copy code
kotlin {
  js {
    browser {
      useKarma()
    }
  }
}