From b86cf29b525fc3464e16e4280646bdefd0fdd398 Mon Sep 17 00:00:00 2001 From: Matt Haigh Date: Thu, 30 Oct 2025 13:53:33 -0400 Subject: [PATCH 1/3] added mailing list CTA --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9933857..5448ae4 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,8 @@ Please [report the bug in VM-Packages](https://github.com/mandiant/VM-Packages/i Note that package updates are best effort and that updates are not being tested. If you encounter errors, perform a fresh FLARE-VM install. +### Mailing List +Subscribe to the FLARE mailing list for community announcements! Email "subscribe" to flare-external@google.com. + ## Legal Notice > This download configuration script is provided to assist cyber security analysts in creating handy and versatile toolboxes for malware analysis environments. It provides a convenient interface for them to obtain a useful set of analysis tools directly from their original sources. Installation and use of this script is subject to the Apache 2.0 License. You as a user of this script must review, accept and comply with the license terms of each downloaded/installed package. By proceeding with the installation, you are accepting the license terms of each package, and acknowledging that your use of each package will be subject to its respective license terms. - From abf4c4fd6d80da8cc9119d7be5fd11ae3b4775a3 Mon Sep 17 00:00:00 2001 From: Matt Haigh Date: Fri, 31 Oct 2025 11:21:15 -0400 Subject: [PATCH 2/3] added mailto: link to simplify subscribing to mailing list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5448ae4..38153da 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Note that package updates are best effort and that updates are not being tested. If you encounter errors, perform a fresh FLARE-VM install. ### Mailing List -Subscribe to the FLARE mailing list for community announcements! Email "subscribe" to flare-external@google.com. +Subscribe to the FLARE mailing list for community announcements! Email "subscribe" to flare-external@google.com(mailto:flare-external@google.com?subject=subscribe). ## Legal Notice > This download configuration script is provided to assist cyber security analysts in creating handy and versatile toolboxes for malware analysis environments. It provides a convenient interface for them to obtain a useful set of analysis tools directly from their original sources. Installation and use of this script is subject to the Apache 2.0 License. You as a user of this script must review, accept and comply with the license terms of each downloaded/installed package. By proceeding with the installation, you are accepting the license terms of each package, and acknowledging that your use of each package will be subject to its respective license terms. From 70d5ac2c59a53b0d7937b9587942585c3f432d82 Mon Sep 17 00:00:00 2001 From: Matt Haigh Date: Thu, 6 Nov 2025 15:19:14 -0500 Subject: [PATCH 3/3] fixed missing bracket in mailing list hyperlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38153da..7dbce4c 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Note that package updates are best effort and that updates are not being tested. If you encounter errors, perform a fresh FLARE-VM install. ### Mailing List -Subscribe to the FLARE mailing list for community announcements! Email "subscribe" to flare-external@google.com(mailto:flare-external@google.com?subject=subscribe). +Subscribe to the FLARE mailing list for community announcements! Email "subscribe" to [flare-external@google.com](mailto:flare-external@google.com?subject=subscribe). ## Legal Notice > This download configuration script is provided to assist cyber security analysts in creating handy and versatile toolboxes for malware analysis environments. It provides a convenient interface for them to obtain a useful set of analysis tools directly from their original sources. Installation and use of this script is subject to the Apache 2.0 License. You as a user of this script must review, accept and comply with the license terms of each downloaded/installed package. By proceeding with the installation, you are accepting the license terms of each package, and acknowledging that your use of each package will be subject to its respective license terms.