AWS NoSQL Workbench log4j

0

Can you point me to someone that can confirm for a customer that NoSQL Workbench is not using Log4j?

profile pictureAWS
質問済み 2年前250ビュー
1回答
1
承認された回答

NoSQL Workbench is an electron app and doesn't use Java so wouldn't be vulnerable to log4j. You can download the source code here: https://aws.amazon.com/nosql/nosql-workbench-license/source-code-notice/

AWS
回答済み 2年前
  • In the documentation, it says JavaScript is used.
    Can you clarify if it is vulnerable to the log4j issue?

    Documentation: https://www.electronjs.org/docs/latest/ What is Electron? Electron is a framework for building desktop applications using JavaScript, HTML, and CSS. By embedding Chromium and Node.js into its binary, Electron allows you to maintain one JavaScript codebase and create cross-platform apps that work on Windows, macOS, and Linux — no native development experience required.

  • log4j is a vulnerability that affects a Java dependency. Javascript is different from Java and a JavaScript program cannot depend on the Java log4j library. Therefore, NoSQL Workbench is not vulnerable to the log4j issue.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ