-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require strict URI scheme validation for ArResolver
#2997
Merged
pixar-oss
merged 1 commit into
PixarAnimationStudios:dev
from
nvmkuruc:arrequirestrictvalidation
Jun 28, 2024
Merged
Require strict URI scheme validation for ArResolver
#2997
pixar-oss
merged 1 commit into
PixarAnimationStudios:dev
from
nvmkuruc:arrequirestrictvalidation
Jun 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filed as internal issue #USD-9414 |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
nvmkuruc
force-pushed
the
arrequirestrictvalidation
branch
from
March 15, 2024 19:27
acf68fe
to
67e63fc
Compare
nvmkuruc
force-pushed
the
arrequirestrictvalidation
branch
from
March 28, 2024 15:40
67e63fc
to
18bc45a
Compare
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
nvmkuruc
force-pushed
the
arrequirestrictvalidation
branch
from
April 1, 2024 14:49
18bc45a
to
c8309f6
Compare
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
nvmkuruc
force-pushed
the
arrequirestrictvalidation
branch
from
May 13, 2024 19:58
c8309f6
to
56848f2
Compare
nvmkuruc
force-pushed
the
arrequirestrictvalidation
branch
2 times, most recently
from
May 31, 2024 14:31
5d0bd32
to
49f1a6d
Compare
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
nvmkuruc
force-pushed
the
arrequirestrictvalidation
branch
from
June 4, 2024 19:41
49f1a6d
to
b9fdd32
Compare
nvmkuruc
force-pushed
the
arrequirestrictvalidation
branch
from
June 12, 2024 14:10
b9fdd32
to
f75d65a
Compare
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change(s)
#2453 validated URI schemes against the RFC 3986 and RFC 3987 specification by default. An environment variable could be set to make scheme validation more permissive. This change removes that environment variable, requiring all schemes identifiers to adhere to the specification.
Fixes Issue(s)