Skip to content

Commit 81461ec

Browse files
author
蔡耀賢
committed
Merge branch 'fix-addressable-security' into 'master'
Fix addressable security issue See merge request kdanmobile/shared-code-base/gems/json_requester!25
2 parents c8893e3 + afe5a66 commit 81461ec

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [2.0.8] - 2026-04-08
2+
- Update `addressable` to `2.9.0` to fix Regular Expression Denial of Service in Addressable templates.
3+
14
## [2.0.7] - 2026-03-30
25
- Update RuboCop configuration to enforce double quotes for strings.
36
- Add RuboCop lint stage to CI pipeline.

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PATH
22
remote: .
33
specs:
4-
json_requester (2.0.7)
4+
json_requester (2.0.8)
55
faraday (~> 2.0, >= 2.0.1)
66
faraday-multipart (~> 1.2.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
addressable (2.8.9)
11+
addressable (2.9.0)
1212
public_suffix (>= 2.0.2, < 8.0)
1313
ast (2.4.3)
1414
bigdecimal (4.0.1)

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.7
1+
2.0.8

0 commit comments

Comments
 (0)