libddwaf 1.25.1.1.0-x86_64-linux → 1.30.0.0.0-x86_64-linux

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: 71671f701c7f58c826e83a62f0470a2b449e7d659cfd30fcaad92f52162b46c1
4
- data.tar.gz: ee250d0784c98ea3f08d0ae963ce0f6b80f6e300ce1a214bc2c93b4ebe141328
3
+ metadata.gz: a32ed6967296e832373eeb44102050c388f873cb0b0c29c7c46819390ec9c710
4
+ data.tar.gz: 582b51537b49cb621c9d73c51f1d0657e00cc9f04646385b27466114785ef37c
5
5
  SHA512:
6
- metadata.gz: 03434db73b64a7709cd085ced0e3edffd1c12fd0c0afc04744e8bfc1d564cf6590c11e86eb8b3b045a3e27b1750ed473df2e2faf3b763660e915f46d27fb8266
7
- data.tar.gz: f32ab29f00644c0d1f35d93bd6f44c7315a2ba0a097129d567aafee532a257d8c111fc5adcf859482a8c3e10271275af2d91d67e7f42eba59843b8957a9f013c
6
+ metadata.gz: b308015c185c72673f18cd18ffa0b70f60417dcb10ca68490b1e92ae4a808366a2cbc83004191991895259a16f7acab899083b2013d2334149989899f22d94b7
7
+ data.tar.gz: 6e6fa38143602f0a6f0f0d0c6adfca684b49d7d4b7d9e6b6ff5472f1044408e6684dace492dd110d82dfb8853be6b474ffebf27c1ceb5c1bf75f428b32daf274
@@ -2,10 +2,10 @@ module Datadog
2
2
  module AppSec
3
3
  module WAF
4
4
  module VERSION
5
- BASE_STRING = "1.25.1"
5
+ BASE_STRING = "1.30.0"
6
6
  # NOTE: Every change to the `BASE_STRING` should be accompanied
7
7
  # by a reset of the patch version in the `STRING` below.
8
- STRING = "#{BASE_STRING}.1.0"
8
+ STRING = "#{BASE_STRING}.0.0"
9
9
  MINIMUM_RUBY_VERSION = "2.5"
10
10
  end
11
11
  end
@@ -38,7 +38,7 @@ module Datadog
38
38
  "highlight" => ::Array[::String]
39
39
  }
40
40
  type actions = ::Hash[::String, action]
41
- type action = ::Hash[::String, ::String]
41
+ type action = ::Hash[::String, ::String | ::Integer]
42
42
  type attributes = ::Hash[::String, opaque]
43
43
  type opaque = nil | bool | ::String | ::Integer | ::Float | ::Array[opaque] | ::Hash[::String, opaque]
44
44
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libddwaf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.1.1.0
4
+ version: 1.30.0.0.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Datadog, Inc.
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-09-24 00:00:00.000000000 Z
10
+ date: 2025-11-11 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: ffi
@@ -61,7 +60,7 @@ files:
61
60
  - sig/datadog/appsec/waf/result.rbs
62
61
  - sig/datadog/appsec/waf/version.rbs
63
62
  - sig/libddwaf.rbs
64
- - vendor/libddwaf/libddwaf-1.25.1-linux-x86_64/lib/libddwaf.so
63
+ - vendor/libddwaf/libddwaf-1.30.0-linux-x86_64/lib/libddwaf.so
65
64
  - vendor/rbs/gem/0/gem.rbs
66
65
  - vendor/rbs/jruby/0/jruby.rbs
67
66
  homepage: https://github.com/DataDog/libddwaf-rb
@@ -69,7 +68,6 @@ licenses:
69
68
  - BSD-3-Clause
70
69
  metadata:
71
70
  allowed_push_host: https://rubygems.org
72
- post_install_message:
73
71
  rdoc_options: []
74
72
  require_paths:
75
73
  - lib
@@ -84,8 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
82
  - !ruby/object:Gem::Version
85
83
  version: 2.0.0
86
84
  requirements: []
87
- rubygems_version: 3.5.21
88
- signing_key:
85
+ rubygems_version: 3.6.2
89
86
  specification_version: 4
90
87
  summary: Datadog WAF
91
88
  test_files: []