-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat(jans-core): store file_name and file_path in separate columns #9398
Conversation
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
DryRun Security SummaryThe pull request covers various changes to the Jans application, including improvements to asset management, document store management, and schema updates, with a focus on enhancing security and reliability. Expand for full summarySummary: The code changes in this pull request cover various aspects of the Jans application, including asset management, document store management, and schema updates. The changes focus on improving the handling of file names, file paths, and asset metadata, as well as enhancing the security and reliability of the document store functionality. Key security-relevant observations include:
Overall, the code changes appear to be focused on improving the functionality and security of the Jans application. However, it's essential to thoroughly review the implementation details and ensure that all potential security implications are addressed, such as input validation, access control, error handling, and secure file operations. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
|
|
|
…9398) * feat(jans-core): add jansFilePath to document store Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> * feat(jans-core): set filePath and fileName from imput path * feat(config-api): asset mgt changes to store filePath in separate field Signed-off-by: pujavs <pujas.works@gmail.com> --------- Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> Signed-off-by: pujavs <pujas.works@gmail.com> Co-authored-by: pujavs <pujas.works@gmail.com> Former-commit-id: b645f0b
closes #9345