Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website_and_docs/content/_index.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
</div>
{{< /blocks/cover >}}

{{< dismissible-banner title="CVE-2021-45105 Log4j Vulnerability" >}}
<em>Note</em>: Selenium does <strong>not</strong> use Log4j, thus is unaffected by <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105">CVE-2021-45105</a>.
{{< /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" %}}
Expand Down
4 changes: 4 additions & 0 deletions website_and_docs/content/_index.ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
</div>
{{< /blocks/cover >}}

{{< dismissible-banner title="CVE-2021-45105 Log4j Vulnerability" >}}
<em>Note</em>: Selenium does <strong>not</strong> use Log4j, thus is unaffected by <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105">CVE-2021-45105</a>.
{{< /dismissible-banner >}}

{{< language-alert locale="ja" language="Japanese" >}}

{{< getting-started color="100" height="auto" title="Getting Started" >}}
Expand Down
4 changes: 4 additions & 0 deletions website_and_docs/content/_index.other.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
</div>
{{< /blocks/cover >}}

{{< dismissible-banner title="CVE-2021-45105 Log4j Vulnerability" >}}
<em>Note</em>: Selenium does <strong>not</strong> use Log4j, thus is unaffected by <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105">CVE-2021-45105</a>.
{{< /dismissible-banner >}}

<div class="row td-box--200 justify-content-center">
<div class="alert alert-orange bg-transparent col-6 pl-lg-5 my-4 alert-dismissible fade show" role="alert">
<h2 class="alert-heading pb-3 text-center">Welcome!</h2>
Expand Down
4 changes: 4 additions & 0 deletions website_and_docs/content/_index.pt-br.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
</div>
{{< /blocks/cover >}}

{{< dismissible-banner title="CVE-2021-45105 Log4j Vulnerability" >}}
<em>Note</em>: Selenium does <strong>not</strong> use Log4j, thus is unaffected by <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105">CVE-2021-45105</a>.
{{< /dismissible-banner >}}

{{< language-alert locale="pt-br" language="Portuguese" >}}

{{< getting-started color="100" height="auto" title="Getting Started" >}}
Expand Down
4 changes: 4 additions & 0 deletions website_and_docs/content/_index.zh-cn.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
</div>
{{< /blocks/cover >}}

{{< dismissible-banner title="CVE-2021-45105 Log4j Vulnerability" >}}
<em>Note</em>: Selenium does <strong>not</strong> use Log4j, thus is unaffected by <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105">CVE-2021-45105</a>.
{{< /dismissible-banner >}}

{{< language-alert locale="zh-cn" language="Chinese" >}}

{{< getting-started color="100" height="auto" title="Getting Started" >}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<div class="row td-box--200 justify-content-center">
<div class="alert alert-orange bg-transparent col-6 pl-lg-5 my-4 alert-dismissible fade show"
role="alert" id="banner-blm">
<h2 class="alert-heading pb-3 text-center">
<strong>BLACK LIVES MATTER</strong>
</h2>
role="alert" id="dismissible-banner">
{{ with .Get "title" }}
<h2 class="alert-heading pb-3 text-center">
{{ . }}
</h2>
{{ end }}
<div class="w-100">
<h3>
In solidarity, we ask that you consider financially supporting efforts such as
<a target='_blank' href="https://support.eji.org/give/153413/#!/donation/checkout">The Equal Justice Initiative</a>,
<a target='_blank' href="https://www.naacpldf.org/">NAACP Legal Defense and Education Fund</a>,
or your local civil rights charity.
{{ if eq .Page.File.Ext "md" }}
{{ .Inner | markdownify }}
{{ else }}
{{ .Inner | htmlUnescape | safeHTML }}
{{ end }}
</h3>
</div>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
Expand All @@ -32,8 +34,7 @@ <h3>
localStorage.setItem(config.id, Date.now());
return banner.parentElement.removeChild(banner);
});
})({ "id": "banner-blm", "duration": "" });
})({ "id": "dismissible-banner", "duration": "" });
</script>

</div>
</div>