From d057d32ccdd136a6d12ee2c87f589f10fbca422f Mon Sep 17 00:00:00 2001 From: Cipher Vance Date: Wed, 23 Jul 2025 11:18:53 -0500 Subject: [PATCH] feat: Add Open Source Compliance page --- app/templates/oss_compliance.html | 227 ++++++++++++++++++++++++++++-- 1 file changed, 218 insertions(+), 9 deletions(-) diff --git a/app/templates/oss_compliance.html b/app/templates/oss_compliance.html index 566549b..ee670e5 100644 --- a/app/templates/oss_compliance.html +++ b/app/templates/oss_compliance.html @@ -1,10 +1,219 @@ - - - - - Title - - +{% extends "base.html" %} - - \ No newline at end of file +{% block title %}Open Source Compliance - Open Pulse Security{% endblock %} +{% block description %}Learn how Open Pulse Security complies with the licensing terms of the open-source software we use. Transparent, ethical, and respectful of the open-source community.{% endblock %} + +{% block content %} +
+
+
+

Open Source Compliance

+

+ At Open Pulse Security, we are committed to respecting and complying with the licensing terms of the open-source software we use. Transparency and ethical practices are at the core of our operations. +

+
+
+
100%
+
Compliant
+
+
+
4
+
Open Source Projects
+
+
+
24/7
+
Support
+
+
+
+
+
+ +
+
+
+

Our Commitment to Open Source

+

+ We believe in transparency and ethical use of open-source software. Here’s how we ensure compliance with the licenses of the tools we use. +

+
+ +
+
+
+ +
+

WireGuard VPN

+
GNU GPLv2
+
+
+ +
+

+ WireGuard is licensed under the GNU General Public License v2 (GPLv2). We use WireGuard to provide secure VPN solutions for our clients. If we distribute modified versions of WireGuard, we provide the source code in compliance with the GPLv2 license. +

+
+ + +
+ +
+
+ +
+

pfSense Firewall

+
Apache License 2.0
+
+
+ +
+

+ pfSense is licensed under the Apache License 2.0. We deploy and manage pfSense firewalls for our clients. We provide proper attribution to the pfSense project and comply with the terms of the Apache License 2.0. +

+
+ + +
+ +
+
+ +
+

Wazuh SIEM & XDR

+
GNU GPLv2
+
+
+ +
+

+ Wazuh is licensed under the GNU General Public License v2 (GPLv2). We use Wazuh for security monitoring and intrusion detection. If we distribute modified versions of Wazuh, we provide the source code in compliance with the GPLv2 license. +

+
+ + +
+ +
+
+ +
+

OpenVAS Scanner

+
GNU GPLv2
+
+
+ +
+

+ OpenVAS is licensed under the GNU General Public License v2 (GPLv2). We utilize OpenVAS for vulnerability assessments and security audits. If we distribute modified versions of OpenVAS, we provide the source code in compliance with the GPLv2 license. +

+
+ + +
+
+
+
+ +
+
+
+

Why Compliance Matters

+

+ Open source software is the backbone of our services, and we take our responsibility to comply with its licenses seriously. Here’s why it’s important: +

+
+ +
+
+
πŸ”
+

Transparency

+

We believe in full transparency. By complying with open-source licenses, we ensure that our clients and the community can trust our practices.

+
+ +
+
βš–οΈ
+

Legal Integrity

+

Compliance ensures that we operate within the legal frameworks set by the open-source community, protecting both our clients and our business.

+
+ +
+
🌍
+

Community Respect

+

We respect the hard work of the open-source community. Compliance is our way of giving back and supporting the projects we rely on.

+
+ +
+
πŸ”’
+

Security

+

By adhering to open-source licenses, we ensure that our solutions are secure, reliable, and free from legal risks.

+
+
+
+
+ +
+
+

Have Questions About Our Compliance?

+

+ If you have any questions about how we comply with open-source licenses or need access to source code, feel free to reach out to us. +

+ +
+
+{% endblock %} \ No newline at end of file