mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #895] [MERGED] Allow jar:nested: URIs in default security manager #792
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/895
Author: @bioball
Created: 1/22/2025
Status: ✅ Merged
Merged: 1/22/2025
Merged by: @bioball
Base:
main← Head:jar-nested-uris📝 Commits (1)
bd149bfAllow jar:nested: URIs in default security manager📊 Changes
1 file changed (+11 additions, -3 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/SecurityManagers.java(+11 -3)📄 Description
Nested jars built by spring boot can possibly represent classpath resource URIs as "jar:nested:".
This changes Pkl to by default trust them with the same level as modulepath URIs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.