Skip to content

Commit 548eb51

Browse files
authored
bump ood_core for safe loading yaml files (#118)
bump ood_core to safely loading yaml files that the user cannot read.
1 parent 81ff088 commit 548eb51

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
## [Unreleased]
1010

11+
## [1.0.1] - 2022-10-06
12+
13+
### Fixed
14+
15+
- [118](https://github.com/OSC/frame-renderer/pull/118) updates `ood_core` to safely bypass
16+
files that the user cannot read.
17+
1118
## [1.0.0] - 2021-09-20
1219

1320
1.0.0 requires a database migration from 0.x versions, so it's increased a major version
@@ -134,7 +141,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
134141
### Fixed
135142
- ensure app doesn't crash if there is no `~/maya/projects` directory [#30](https://github.com/OSC/frame-renderer/issues/30)
136143

137-
[Unreleased]: https://github.com/OSC/frame-renderer/compare/v1.0.0...HEAD
144+
[Unreleased]: https://github.com/OSC/frame-renderer/compare/v1.0.1...HEAD
145+
[1.0.1]: https://github.com/OSC/frame-renderer/compare/v1.0.0...v1.0.1
138146
[1.0.0]: https://github.com/OSC/frame-renderer/compare/v0.8.0...v1.0.0
139147
[0.8.0]: https://github.com/OSC/frame-renderer/compare/v0.7.0...v0.8.0
140148
[0.7.0]: https://github.com/OSC/frame-renderer/compare/v0.6.3...v0.7.0

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gem 'dotenv-rails', '~> 2.1'
4444
gem 'js-routes', '~> 1.2.4'
4545
gem 'local_time', '~> 1.0.3'
4646
gem 'ood_appkit', '~> 1.0'
47-
gem 'ood_core', '~> 0.9.3'
47+
gem 'ood_core', '~> 0.21.0'
4848
gem 'shellwords', '~> 0.1'
4949

5050
gem 'nokogiri', '>= 1.10.4'

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ GEM
110110
ood_core (~> 0.1)
111111
rails (> 4.0.7, < 6.0)
112112
redcarpet (~> 3.2)
113-
ood_core (0.9.3)
113+
ood_core (0.21.0)
114114
ffi (~> 1.9, >= 1.9.6)
115115
ood_support (~> 0.0.2)
116+
rexml (~> 3.2)
116117
ood_support (0.0.3)
117118
public_suffix (4.0.6)
118119
racc (1.6.0)
@@ -151,6 +152,7 @@ GEM
151152
redcarpet (3.5.1)
152153
request_store (1.5.0)
153154
rack (>= 1.4)
155+
rexml (3.2.5)
154156
sass (3.7.4)
155157
sass-listen (~> 4.0.0)
156158
sass-listen (4.0.0)
@@ -205,7 +207,7 @@ DEPENDENCIES
205207
local_time (~> 1.0.3)
206208
nokogiri (>= 1.10.4)
207209
ood_appkit (~> 1.0)
208-
ood_core (~> 0.9.3)
210+
ood_core (~> 0.21.0)
209211
rails (= 5.2.6)
210212
sass-rails (~> 5.0)
211213
sdoc (~> 0.4.0)

0 commit comments

Comments
 (0)