-
Couldn't load subscription status.
- Fork 478
fix(security): Fix SQL injection vulnerabilities in ContainerFactoryImpl #33369
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
Merged
erickgonzalez
merged 29 commits into
main
from
issue-32581-fix-sql-injection-containerresource
Oct 28, 2025
+337
−36
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
a0b3c00
fix(security): Fix SQL injection vulnerabilities in ContainerFactoryImpl
mbiuki 9806530
refactor(security): Use UUIDUtil.isUUID() for validation in Container…
mbiuki 6cf2ba4
fix(security): Complete contentTypeIdOrVar validation in ContainerFac…
mbiuki bf0f25d
fix(security): Fix DotSecurityException compilation error in Containe…
mbiuki d928ea9
Merge branch 'main' into issue-32581-fix-sql-injection-containerresource
mbiuki 267b854
fix(security): Address review feedback with flexible identifier valid…
mbiuki 216c71d
fix(security): Use existing VALID_VARIABLE_NAME_REGEX from WorkflowFa…
mbiuki e5a8c39
fix(security): Fix NullPointerException in paramValues initialization
mbiuki bf13bff
fix(security): Add broader fallback pattern to identifier validation
mbiuki 155fb6a
fix(security): Use sanitized orderBy parameter for file-based contain…
mbiuki 5631097
refactor(security): Move identifier validation to SecurityUtils
mbiuki 8e6a596
Merge branch 'main' into issue-32581-fix-sql-injection-containerresource
mbiuki 61d5b45
fix(build): Fix compilation errors in ContainerFactoryImpl
mbiuki e70e102
Merge remote changes from origin/issue-32581-fix-sql-injection-contai…
mbiuki 2c862dd
fix(test): Add missing static imports for JUnit assertions in Securit…
mbiuki 77be0e1
Merge branch 'main' into issue-32581-fix-sql-injection-containerresource
mbiuki 8591e84
fix(validation): Add missing system constants to identifier validation
mbiuki 77b0d05
Merge branch 'issue-32581-fix-sql-injection-containerresource' of htt…
mbiuki b59390b
fix(containers): Handle orderBy parameter without sort direction
mbiuki bcfd112
fix(containers): Sort combined DB and file containers before pagination
mbiuki 580479e
fix(containers): Add null-safe comparators for container sorting
mbiuki abe04b4
fix(containers): Only sort combined list when mixing DB and file cont…
mbiuki 318287a
revert: Remove combined container sorting logic
mbiuki 717f502
fix(containers): Fix sorting bug and improve test diagnostics
mbiuki e76743f
Merge branch 'main' into issue-32581-fix-sql-injection-containerresource
fabrizzio-dotCMS 881cafc
Merge branch 'main' into issue-32581-fix-sql-injection-containerresource
fabrizzio-dotCMS 87ef71c
Merge branch 'main' into issue-32581-fix-sql-injection-containerresource
erickgonzalez 0b985d5
fix: first include custom params. ref: #32581
erickgonzalez e49a1c3
fix: initialize condition query parameter list properly ref: #32581
erickgonzalez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.