security_pentest_planner 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bcc45ece1c0bd69559144e7fe445ccf7d6b5ebef75ead44a5c154a466bdc9a96
4
- data.tar.gz: 2e697b751eba0431ed172b985700e1d38289f5755212dbc4db240536cf4a805a
3
+ metadata.gz: 74dd2b7befa3b2c60aa2c351e55ebff693580186f0461be907ba6882a879e151
4
+ data.tar.gz: b7cfd281be9655a4ef7a784e966cae002bfd3453b352cf4aafc7e2801e8ccc0e
5
5
  SHA512:
6
- metadata.gz: 9508039a75d5287b49f5c9f9c73d2136e848d8e03d2b3cb41fb698c43474eecc67ff796dc901be0695291346f949ad209dd41b67e79eec3e19434c144dc09dda
7
- data.tar.gz: 7dfadfcb457ce8177642f56bf48222b6d3f92f9ff859ce0f2d7f5c1735747e7afa87564b8cca2f390588a603b8a00646149717aec45ef83e9e37c0997dcc1e5e
6
+ metadata.gz: 0d3a4b73d2eb8e84d31583926449830475008285cdd9e8faa669e6ff72d3289673f9d34b32fd8e5fec3d2cd073f143ef8010c6006788e86893463f38bd5a5101
7
+ data.tar.gz: bff1ea0c95e5c931c2d6cc69d3166b24692ab967f1b381c84be6dbb19eb987891ff9616aed7f1a12617466050f4b428ad0a14cde637ae149f53514ef911100ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2] - 2026-07-31
4
+
5
+ ### Changed
6
+
7
+ - Gemspec summary and description translated to English for RubyGems.org listing
8
+
3
9
  ## [1.0.1] - 2026-07-07
4
10
 
5
11
  ### Fixed
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SecurityPentestPlanner
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: security_pentest_planner
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
  - Saulo Filho
@@ -38,9 +38,10 @@ dependencies:
38
38
  - !ruby/object:Gem::Version
39
39
  version: '3.12'
40
40
  description: |
41
- Ruby gem que analisa contratos OpenAPI/Swagger e gera Planos de Ação de Pentest
42
- estruturados com vetores OWASP API Security, procedimentos, payloads, critérios
43
- de validação e recomendações de remediação para sistemas multi-tenant e Data Lake.
41
+ Ruby gem that analyzes OpenAPI/Swagger contracts and generates structured
42
+ Pentest Action Plans with OWASP API Security vectors, procedures, payloads,
43
+ validation criteria, and remediation recommendations for multi-tenant systems
44
+ and Data Lake integrations.
44
45
  email:
45
46
  - saulofilho@users.noreply.github.com
46
47
  executables:
@@ -84,5 +85,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
85
  requirements: []
85
86
  rubygems_version: 3.7.1
86
87
  specification_version: 4
87
- summary: Gera Planos de Ação de Pentest a partir de especificações OpenAPI
88
+ summary: Generate pentest action plans from OpenAPI specifications
88
89
  test_files: []