File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 9.0.0-beta.1] - 2026-07-02
11+
12+ ### Security
13+
14+ - Prevent path traversal attacks in config file handlers for directory and YAML contexts. [ #1418 ]
15+
1016## [ 8.39.0] - 2026-06-30
1117
1218### Added
@@ -1854,7 +1860,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18541860[ #1409 ] : https://github.com/auth0/auth0-deploy-cli/issues/1409
18551861[ #1411 ] : https://github.com/auth0/auth0-deploy-cli/issues/1411
18561862[ #1412 ] : https://github.com/auth0/auth0-deploy-cli/issues/1412
1857- [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.39.0...HEAD
1863+ [ #1418 ] : https://github.com/auth0/auth0-deploy-cli/issues/1418
1864+ [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v9.0.0-beta.1...HEAD
1865+ [ 9.0.0-beta.1 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.39.0...v9.0.0-beta.1
18581866[ 8.39.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.38.0...v8.39.0
18591867[ 8.38.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.37.0...v8.38.0
18601868[ 8.37.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.36.0...v8.37.0
Original file line number Diff line number Diff line change 11{
22 "name" : " auth0-deploy-cli" ,
3- "version" : " 8.39.0 " ,
3+ "version" : " 9.0.0-beta.1 " ,
44 "description" : " A command line tool for deploying updates to your Auth0 tenant" ,
55 "main" : " lib/index.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments