libddwaf 1.25.1.1.0-aarch64-linux → 1.30.0.0.0-aarch64-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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ee36f4001c26850a0e45cb8679ba5682bac7244664ba45c01ee7e166a49582f
|
|
4
|
+
data.tar.gz: 0f1b6c500b5dbc5d7ca422e98ab3fb08a4689972ed4b88c03d6e60b9087a0372
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df5e980aa321c5c9b77f268cf6bb245ba06f1d6f9f8ca96bdfb870cc35f073c20e7f13e33d6fbf14b862f7a84aba8e95dc94f07600e8db640ddb40ba0b0e9999
|
|
7
|
+
data.tar.gz: ffda350fb8423c9a167af03a8d8548e66bed29def29820ca42ab777b181b6cf664d3a022e5dda7d194fd6ff69205798efc473dbf23656d81c43ee08f1d32d715
|
|
@@ -2,10 +2,10 @@ module Datadog
|
|
|
2
2
|
module AppSec
|
|
3
3
|
module WAF
|
|
4
4
|
module VERSION
|
|
5
|
-
BASE_STRING = "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}.
|
|
8
|
+
STRING = "#{BASE_STRING}.0.0"
|
|
9
9
|
MINIMUM_RUBY_VERSION = "2.5"
|
|
10
10
|
end
|
|
11
11
|
end
|
data/sig/datadog/appsec/waf.rbs
CHANGED
|
@@ -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
|
|
|
Binary file
|
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.
|
|
4
|
+
version: 1.30.0.0.0
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Datadog, Inc.
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
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.
|
|
63
|
+
- vendor/libddwaf/libddwaf-1.30.0-linux-aarch64/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.
|
|
88
|
-
signing_key:
|
|
85
|
+
rubygems_version: 3.6.2
|
|
89
86
|
specification_version: 4
|
|
90
87
|
summary: Datadog WAF
|
|
91
88
|
test_files: []
|
|
Binary file
|