Skip to content
Merged
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
15 changes: 15 additions & 0 deletions security.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@ latest would give you an updated image.
No, CVE-2021-44228 does not affect Apache Guacamole. Guacamole uses
[Logback](http://logback.qos.ch/) as its logging backend, not Log4j.

### Is Apache Guacamole affected by AngularJS vulnerabilities? {#not-affected-angularjs}

No. We routinely check for known vulnerabilities in AngularJS and manually
verify that Guacamole is not impacted by each.

**If you believe a new vulnerability in AngularJS may require specific
remediation within Guacamole, please reach out to us by sending an email to
security@guacamole.apache.org and we will investigate promptly.** If a
potential vulnerability in AngularJS _does_ need to be addressed, we will work
with you to issue a release of Guacamole that addresses it.

Releases of Guacamole 1.x will continue to use AngularJS for compatibility,
while Guacamole 2.0.0 onward is planned to use Angular (the TypeScript-based
framework that supersedes AngularJS).

{% assign releases = site.releases | where: 'released', 'true' | sort: 'date' %}
{% for release in releases reversed %}

Expand Down
Loading