funnel_http 0.5.2 → 0.5.3
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 +4 -4
- data/CHANGELOG.md +8 -2
- data/ext/funnel_http/go.mod +2 -2
- data/ext/funnel_http/go.sum +2 -2
- data/lib/funnel_http/version.rb +1 -1
- data/rbs_collection.lock.yaml +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 896ef3165c960f04edd0dc57553672810cf8e1a849af529f92ac936ba78a0427
|
|
4
|
+
data.tar.gz: 1ca10f9043d976dceb457b2f38c1768255adc1a872dac16d29cb934abf4a9c24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13b9b2b2d180d1b1e11daf8bd1f04ffd1b3121e52f671fe8061ce31cce40d85aa6317dbd2f54d418d6b4391f9ec618e48a194c14673e6bec6e7e276ac3ee9e5b
|
|
7
|
+
data.tar.gz: 4f3aadcc584c6c3977c4ec3092d4597b3f7ea8f88efadaf2a26448d3bed7a06a01e522d8b3df255b91443b71cde2995d4058d93eb1839a4b276212e9ca670cc6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
|
-
[full changelog](http://github.com/sue445/funnel_http/compare/v0.5.
|
|
2
|
+
[full changelog](http://github.com/sue445/funnel_http/compare/v0.5.3...main)
|
|
3
|
+
|
|
4
|
+
## [0.5.3](https://github.com/sue445/funnel_http/releases/tag/v0.5.3) - 2025-11-01
|
|
5
|
+
[full changelog](http://github.com/sue445/funnel_http/compare/v0.5.2...v0.5.3)
|
|
6
|
+
|
|
7
|
+
* [CVE-2025-47912][CVE-2025-58185][CVE-2025-58187][CVE-2025-58188][CVE-2025-58189][CVE-2025-61723] Requires Go 1.24.9+
|
|
8
|
+
* https://github.com/sue445/funnel_http/pull/113
|
|
9
|
+
* Update Go dependencies
|
|
3
10
|
|
|
4
11
|
## [0.5.2](https://github.com/sue445/funnel_http/releases/tag/v0.5.2) - 2025-09-28
|
|
5
12
|
[full changelog](http://github.com/sue445/funnel_http/compare/v0.5.1...v0.5.2)
|
|
6
13
|
|
|
7
14
|
* [CVE-2025-22874][CVE-2025-0913] Requires Go 1.24.4+
|
|
8
15
|
* https://github.com/sue445/funnel_http/pull/108
|
|
9
|
-
* Update Go dependencies
|
|
10
16
|
|
|
11
17
|
## [0.5.1](https://github.com/sue445/funnel_http/releases/tag/v0.5.1) - 2025-09-08
|
|
12
18
|
[full changelog](http://github.com/sue445/funnel_http/compare/v0.5.0...v0.5.1)
|
data/ext/funnel_http/go.mod
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module github.com/sue445/funnel_http
|
|
2
2
|
|
|
3
|
-
go 1.24.
|
|
3
|
+
go 1.24.9
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
6
|
github.com/cockroachdb/errors v1.12.0
|
|
7
7
|
github.com/jarcoal/httpmock v1.4.1
|
|
8
|
-
github.com/ruby-go-gem/go-gem-wrapper v0.
|
|
8
|
+
github.com/ruby-go-gem/go-gem-wrapper v0.9.0
|
|
9
9
|
github.com/stretchr/testify v1.11.1
|
|
10
10
|
golang.org/x/sync v0.17.0
|
|
11
11
|
)
|
data/ext/funnel_http/go.sum
CHANGED
|
@@ -34,8 +34,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
|
|
|
34
34
|
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
|
35
35
|
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
|
|
36
36
|
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
|
|
37
|
-
github.com/ruby-go-gem/go-gem-wrapper v0.
|
|
38
|
-
github.com/ruby-go-gem/go-gem-wrapper v0.
|
|
37
|
+
github.com/ruby-go-gem/go-gem-wrapper v0.9.0 h1:52xqhxdwt3Jz8Zwt2i3zaDyAnyPNEvhDOgg5s81WCvg=
|
|
38
|
+
github.com/ruby-go-gem/go-gem-wrapper v0.9.0/go.mod h1:kD/v4YP0nCzAKo5RpMvZki8f8xTi1VKqGiuA+DTXHBM=
|
|
39
39
|
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
|
40
40
|
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
|
41
41
|
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
data/lib/funnel_http/version.rb
CHANGED
data/rbs_collection.lock.yaml
CHANGED
|
@@ -14,7 +14,7 @@ gems:
|
|
|
14
14
|
source:
|
|
15
15
|
type: git
|
|
16
16
|
name: ruby/gem_rbs_collection
|
|
17
|
-
revision:
|
|
17
|
+
revision: 04ed82d7df5d5ee825d7864abfa29d624b52e549
|
|
18
18
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
|
19
19
|
repo_dir: gems
|
|
20
20
|
- name: fileutils
|
|
@@ -34,7 +34,7 @@ gems:
|
|
|
34
34
|
source:
|
|
35
35
|
type: git
|
|
36
36
|
name: ruby/gem_rbs_collection
|
|
37
|
-
revision:
|
|
37
|
+
revision: 04ed82d7df5d5ee825d7864abfa29d624b52e549
|
|
38
38
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
|
39
39
|
repo_dir: gems
|
|
40
40
|
- name: rake
|
|
@@ -42,7 +42,7 @@ gems:
|
|
|
42
42
|
source:
|
|
43
43
|
type: git
|
|
44
44
|
name: ruby/gem_rbs_collection
|
|
45
|
-
revision:
|
|
45
|
+
revision: 04ed82d7df5d5ee825d7864abfa29d624b52e549
|
|
46
46
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
|
47
47
|
repo_dir: gems
|
|
48
48
|
- name: sinatra
|
|
@@ -50,7 +50,7 @@ gems:
|
|
|
50
50
|
source:
|
|
51
51
|
type: git
|
|
52
52
|
name: ruby/gem_rbs_collection
|
|
53
|
-
revision:
|
|
53
|
+
revision: 04ed82d7df5d5ee825d7864abfa29d624b52e549
|
|
54
54
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
|
55
55
|
repo_dir: gems
|
|
56
56
|
- name: stringio
|