diff --git a/website_and_docs/content/_index.en.html b/website_and_docs/content/_index.en.html index beca5422c4f1..2c6c4f562d61 100644 --- a/website_and_docs/content/_index.en.html +++ b/website_and_docs/content/_index.en.html @@ -14,6 +14,10 @@ {{< /blocks/cover >}} +{{< dismissible-banner title="CVE-2021-45105 Log4j Vulnerability" >}} + Note: Selenium does not use Log4j, thus is unaffected by CVE-2021-45105. +{{< /dismissible-banner >}} + {{< getting-started color="100" height="auto" title="Getting Started" >}} {{% getting-started-item icon="icons/webdriver.svg" title="Selenium WebDriver" color="selenium-webdriver" url="/documentation/webdriver/" url_text="Read more" %}} diff --git a/website_and_docs/content/_index.ja.html b/website_and_docs/content/_index.ja.html index 6493625da065..1952fbb88e3b 100644 --- a/website_and_docs/content/_index.ja.html +++ b/website_and_docs/content/_index.ja.html @@ -14,6 +14,10 @@ {{< /blocks/cover >}} +{{< dismissible-banner title="CVE-2021-45105 Log4j Vulnerability" >}} + Note: Selenium does not use Log4j, thus is unaffected by CVE-2021-45105. +{{< /dismissible-banner >}} + {{< language-alert locale="ja" language="Japanese" >}} {{< getting-started color="100" height="auto" title="Getting Started" >}} diff --git a/website_and_docs/content/_index.other.html b/website_and_docs/content/_index.other.html index 4f64d6475487..e104cc101616 100644 --- a/website_and_docs/content/_index.other.html +++ b/website_and_docs/content/_index.other.html @@ -14,6 +14,10 @@ {{< /blocks/cover >}} +{{< dismissible-banner title="CVE-2021-45105 Log4j Vulnerability" >}} + Note: Selenium does not use Log4j, thus is unaffected by CVE-2021-45105. +{{< /dismissible-banner >}} +
{{< /blocks/cover >}} +{{< dismissible-banner title="CVE-2021-45105 Log4j Vulnerability" >}} + Note: Selenium does not use Log4j, thus is unaffected by CVE-2021-45105. +{{< /dismissible-banner >}} + {{< language-alert locale="pt-br" language="Portuguese" >}} {{< getting-started color="100" height="auto" title="Getting Started" >}} diff --git a/website_and_docs/content/_index.zh-cn.html b/website_and_docs/content/_index.zh-cn.html index b21610144575..a5a72ce306e7 100644 --- a/website_and_docs/content/_index.zh-cn.html +++ b/website_and_docs/content/_index.zh-cn.html @@ -14,6 +14,10 @@
{{< /blocks/cover >}} +{{< dismissible-banner title="CVE-2021-45105 Log4j Vulnerability" >}} + Note: Selenium does not use Log4j, thus is unaffected by CVE-2021-45105. +{{< /dismissible-banner >}} + {{< language-alert locale="zh-cn" language="Chinese" >}} {{< getting-started color="100" height="auto" title="Getting Started" >}} diff --git a/website_and_docs/layouts/partials/dismissible-banner.html b/website_and_docs/layouts/shortcodes/dismissible-banner.html similarity index 63% rename from website_and_docs/layouts/partials/dismissible-banner.html rename to website_and_docs/layouts/shortcodes/dismissible-banner.html index ceb50993be57..7c99a4f238c4 100644 --- a/website_and_docs/layouts/partials/dismissible-banner.html +++ b/website_and_docs/layouts/shortcodes/dismissible-banner.html @@ -1,15 +1,17 @@