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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d8ebbda34060cc2fde8ad8dc0ea66077ec357914c18ccefc25d9f3943ff2ff6
4
- data.tar.gz: 5813085b5b5a725ea2479971ee809250be28994229a03d03f48fcb0803448407
3
+ metadata.gz: 9c68f7311a32a9c1585b296c2c075d3ed50bea1ed3908e99925c2e0a246109f6
4
+ data.tar.gz: 6506b10eec3c7acc39c14cf038c565b5bb139b1b30bc825810cb179b59f37e16
5
5
  SHA512:
6
- metadata.gz: 22e027b1216654f6830912171ff71d6a6418afc6bb45c73132bd2e81548bf227b009a1b84c810d7a7889821c4e319b0507a24c74400bc05623b6dd57abeb64c6
7
- data.tar.gz: 37313e94aaa441f8370f3bdbc306290d2302cafb899aad4cc1a2e3c003a2ff84cb81454cc6d2f4f34a520ae0f41affffeceb8c5165c62a6b875c3c7e37aa80aa
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
- [![Gem Version](https://badge.fury.io/rb/bluewall.svg)](https://badge.fury.io/rb/bluewall)
4
- [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
3
+ [![Gem Version](https://badge.fury.io/rb/bluewall.svg?icon=si%3Arubygems)](https://badge.fury.io/rb/bluewall)
4
+ [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
5
+ [![Downloads](https://img.shields.io/gem/dt/bluewall.svg)](https://rubygems.org/gems/bluewall)
5
6
  [![Ruby](https://img.shields.io/badge/ruby-≥2.7-red.svg)](https://www.ruby-lang.org)
7
+ [![Made with Ruby](https://img.shields.io/badge/Made%20with-Ruby-red.svg)](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.1
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
- - MIT
56
+ - AGPLv3
57
57
  metadata:
58
58
  allowed_push_host: https://rubygems.org
59
59
  source_code_uri: https://github.com/cilliapwndev/bluewall