fluentd-json-size-limit 0.1.4 → 0.1.5

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: 948839c3dde0fd7a3e89bd31636f2cba95945a7d9fe158d49ca20d6ee7ea5e83
4
- data.tar.gz: a48ed0233b66d2c30272e3ba3f82b4dc2a02987b505ef640cb3ae7cd3337b02e
3
+ metadata.gz: 6fb5e51aa1b6fb3eeb42687dd772fd5b6163c9fb87f6df0e7f4b0362b848859e
4
+ data.tar.gz: b276e2a39b5236c6feb7997e49ea2efbb7bea62ab1ca77641f98be98e1ac00e4
5
5
  SHA512:
6
- metadata.gz: 0d9f5edf302e02278decf8e1eea97785bcbbd084b5f446ce77ccfc190999d4588669d043030d3e265beedd70c80bd266ebe58c6bad7095e53f2eddfe3e1ef26b
7
- data.tar.gz: 000ecbdd2d53096860d3be813a5df09c8444f37c40fa9b9358cf57723e4d29242d73112a3fa46be32813f92534c6450f1204b2cd9f4faba3bd7421b615cf12cd
6
+ metadata.gz: bd0a25401b2603a6543455a42bb53230ae7509d7e90553191d327ab8c080484da50ed5c174c9bde91c462e2dc229cd3e45b148ca1cf40eec680cc466cfa4f5cb
7
+ data.tar.gz: 22278c8b0dfb01df1c9d96c9020db20af80ea8207099608056e64b0f119b88aad190db8ddd7d6c29306c2010238580ea2ba350c3a52012f03b1a4d3b0b01c742
data/.gitlab-ci.yml CHANGED
@@ -1,3 +1,8 @@
1
+ include:
2
+ - project: 'gitlab/gitlab_includes'
3
+ ref: 'master'
4
+ file: '/trivy-repo-checks-template/.gitlab-ci.yml'
5
+
1
6
  default:
2
7
  tags:
3
8
  - k8s-tools-live
@@ -6,6 +11,7 @@ stages:
6
11
  - start
7
12
  - validate
8
13
  - build
14
+ - security-check
9
15
  - publish
10
16
  - final
11
17
 
@@ -52,6 +58,7 @@ notify_on_start:
52
58
  validating:
53
59
  stage: validate
54
60
  script:
61
+ - bundle config set --local path '~/gems'
55
62
  - bundle install
56
63
  - bundle exec rake test
57
64
  rules:
data/.trivyignore.yaml ADDED
@@ -0,0 +1,7 @@
1
+ # https://aquasecurity.github.io/trivy/v0.49/docs/configuration/filtering/#trivyignoreyaml
2
+ misconfigurations:
3
+ # - id: AVD-DS-0000
4
+ # paths:
5
+ # - "*"
6
+ # statement: *
7
+
data/Gemfile.lock CHANGED
@@ -1,45 +1,101 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluentd-json-size-limit (0.1.1)
4
+ fluentd-json-size-limit (0.1.4)
5
5
  fluentd (>= 0.14.10, < 2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- concurrent-ruby (1.2.2)
11
- cool.io (1.8.0)
12
- fluentd (1.16.3)
10
+ async (2.36.0)
11
+ console (~> 1.29)
12
+ fiber-annotation
13
+ io-event (~> 1.11)
14
+ metrics (~> 0.12)
15
+ traces (~> 0.18)
16
+ async-http (0.94.2)
17
+ async (>= 2.10.2)
18
+ async-pool (~> 0.11)
19
+ io-endpoint (~> 0.14)
20
+ io-stream (~> 0.6)
21
+ metrics (~> 0.12)
22
+ protocol-http (~> 0.58)
23
+ protocol-http1 (~> 0.36)
24
+ protocol-http2 (~> 0.22)
25
+ protocol-url (~> 0.2)
26
+ traces (~> 0.10)
27
+ async-pool (0.11.1)
28
+ async (>= 2.0)
29
+ base64 (0.3.0)
30
+ concurrent-ruby (1.3.6)
31
+ console (1.34.2)
32
+ fiber-annotation
33
+ fiber-local (~> 1.1)
34
+ json
35
+ cool.io (1.9.1)
36
+ csv (3.3.5)
37
+ drb (2.2.3)
38
+ fiber-annotation (0.2.0)
39
+ fiber-local (1.1.0)
40
+ fiber-storage
41
+ fiber-storage (1.0.1)
42
+ fluentd (1.19.1)
43
+ async-http (~> 0.86)
44
+ base64 (~> 0.2)
13
45
  bundler
14
46
  cool.io (>= 1.4.5, < 2.0.0)
47
+ csv (~> 3.2)
48
+ drb (~> 2.2)
15
49
  http_parser.rb (>= 0.5.1, < 0.9.0)
50
+ logger (~> 1.6)
16
51
  msgpack (>= 1.3.1, < 2.0.0)
17
52
  serverengine (>= 2.3.2, < 3.0.0)
18
53
  sigdump (~> 0.2.5)
19
54
  strptime (>= 0.2.4, < 1.0.0)
20
55
  tzinfo (>= 1.0, < 3.0)
21
56
  tzinfo-data (~> 1.0)
57
+ uri (~> 1.0, < 1.1.0)
22
58
  webrick (~> 1.4)
23
59
  yajl-ruby (~> 1.0)
24
- http_parser.rb (0.8.0)
25
- msgpack (1.7.2)
26
- power_assert (2.0.3)
60
+ zstd-ruby (~> 1.5)
61
+ http_parser.rb (0.8.1)
62
+ io-endpoint (0.17.2)
63
+ io-event (1.14.2)
64
+ io-stream (0.11.1)
65
+ json (2.18.0)
66
+ logger (1.7.0)
67
+ metrics (0.15.0)
68
+ msgpack (1.8.0)
69
+ power_assert (3.0.1)
70
+ protocol-hpack (1.5.1)
71
+ protocol-http (0.58.1)
72
+ protocol-http1 (0.37.0)
73
+ protocol-http (~> 0.58)
74
+ protocol-http2 (0.24.0)
75
+ protocol-hpack (~> 1.4)
76
+ protocol-http (~> 0.47)
77
+ protocol-url (0.4.0)
27
78
  rake (13.0.6)
28
- serverengine (2.3.2)
79
+ serverengine (2.4.0)
80
+ base64 (~> 0.1)
81
+ logger (~> 1.4)
29
82
  sigdump (~> 0.2.2)
30
83
  sigdump (0.2.5)
31
84
  strptime (0.2.5)
32
- test-unit (3.5.7)
85
+ test-unit (3.5.9)
33
86
  power_assert
87
+ traces (0.18.2)
34
88
  tzinfo (2.0.6)
35
89
  concurrent-ruby (~> 1.0)
36
- tzinfo-data (1.2023.3)
90
+ tzinfo-data (1.2025.3)
37
91
  tzinfo (>= 1.0.0)
38
- webrick (1.8.1)
92
+ uri (1.0.4)
93
+ webrick (1.9.2)
39
94
  yajl-ruby (1.4.3)
95
+ zstd-ruby (1.5.7.1)
40
96
 
41
97
  PLATFORMS
42
- arm64-darwin-23
98
+ aarch64-linux
43
99
 
44
100
  DEPENDENCIES
45
101
  bundler (~> 2.4.22)
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "fluentd-json-size-limit"
6
- spec.version = "0.1.4"
6
+ spec.version = "0.1.5"
7
7
  spec.authors = ["CreatorIQ"]
8
8
  spec.email = ["subcription-rubygems@creatoriq.com"]
9
9
 
data/trivy.yaml ADDED
@@ -0,0 +1,8 @@
1
+ # https://aquasecurity.github.io/trivy/v0.49/docs/references/configuration/config-file/
2
+
3
+ severity:
4
+ - MEDIUM
5
+ - HIGH
6
+ - CRITICAL
7
+ ignorefile: .trivyignore.yaml
8
+ timeout: 60m
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluentd-json-size-limit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - CreatorIQ
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-09 00:00:00.000000000 Z
11
+ date: 2026-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -82,6 +82,7 @@ extra_rdoc_files: []
82
82
  files:
83
83
  - ".gitignore"
84
84
  - ".gitlab-ci.yml"
85
+ - ".trivyignore.yaml"
85
86
  - Gemfile
86
87
  - Gemfile.lock
87
88
  - LICENSE
@@ -91,6 +92,7 @@ files:
91
92
  - lib/fluent/plugin/filter_jsonsizelimit.rb
92
93
  - test/helper.rb
93
94
  - test/plugin/test_fluentd-json-size-limit.rb
95
+ - trivy.yaml
94
96
  homepage: ''
95
97
  licenses:
96
98
  - Copyright 2017 - 2024 SocialEdge, Inc., dba CreatorIQ.
@@ -111,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
113
  - !ruby/object:Gem::Version
112
114
  version: '0'
113
115
  requirements: []
114
- rubygems_version: 3.4.10
116
+ rubygems_version: 3.4.19
115
117
  signing_key:
116
118
  specification_version: 4
117
119
  summary: Fluentd plugin to limit JSON size