bluewall 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c68f7311a32a9c1585b296c2c075d3ed50bea1ed3908e99925c2e0a246109f6
|
4
|
+
data.tar.gz: 6506b10eec3c7acc39c14cf038c565b5bb139b1b30bc825810cb179b59f37e16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7eb278b6305657b3473c678af7cbc1ac5f069edadc0d9e6d5cdbb5e009f9cb15dba0310b4522dc7819b6c1189f846849478923dcf347c027773db57bc4a3e2c6
|
7
|
+
data.tar.gz: 707366795441942be4049cb070ee9b384a4dcaf05aa4634c2d9e3ee2e0454d9a2519b29901b3aea4260bdb75565fece2c4f985ee21b02a1f566efc1311732577
|
data/README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|
# 🔐 BlueWall – Firewall Auditor
|
2
2
|
|
3
|
-
[](https://badge.fury.io/rb/bluewall)
|
4
|
-
[](https://badge.fury.io/rb/bluewall)
|
4
|
+
[](https://www.gnu.org/licenses/agpl-3.0)
|
5
|
+
[](https://rubygems.org/gems/bluewall)
|
5
6
|
[](https://www.ruby-lang.org)
|
7
|
+
[](https://www.ruby-lang.org)
|
6
8
|
|
7
9
|
BlueWall is a firewall auditing tool for **pfSense** and **OPNsense** configurations.
|
8
10
|
It parses XML exports, identifies strengths and weaknesses, simulates attack scenarios, and provides compliance scoring against frameworks like **NIST CSF, CIS Controls, ISO 27001, PCI DSS, SOC 2, and COBIT 2019**.
|
@@ -106,4 +108,3 @@ BlueWall maps findings against:
|
|
106
108
|
This project is licensed under the **GNU GPL v3.0** – see [LICENSE](LICENSE) for details.
|
107
109
|
|
108
110
|
---
|
109
|
-
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bluewall
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Angelo P. Santonil
|
@@ -53,7 +53,7 @@ files:
|
|
53
53
|
- lib/bluewall.rb
|
54
54
|
homepage: https://github.com/cilliapwndev/bluewall
|
55
55
|
licenses:
|
56
|
-
-
|
56
|
+
- AGPLv3
|
57
57
|
metadata:
|
58
58
|
allowed_push_host: https://rubygems.org
|
59
59
|
source_code_uri: https://github.com/cilliapwndev/bluewall
|