-
Notifications
You must be signed in to change notification settings - Fork 85
fix(config-api): asset mgt error handling and SAML TR spec #9082
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
Conversation
Signed-off-by: pujavs <pujas.works@gmail.com>
…ns-config-api-fix
…ns-config-api-fix
…ional Signed-off-by: pujavs <pujas.works@gmail.com>
…ns-config-api-fix
Signed-off-by: pujavs <pujas.works@gmail.com>
…ns-config-api-fix
Signed-off-by: pujavs <pujas.works@gmail.com>
…ns-config-api-fix
DryRun Security SummaryThe pull request covers various updates to the Jans Config API application, including improvements to security-related aspects such as input validation, secure data handling, access control, and asset management, with a focus on enhancing the overall security and reliability of the application. Expand for full summarySummary: The code changes in this pull request cover various aspects of the Jans Config API application, including updates to the User Management plugin, the SAML-related functionality, the Asset Management resource, and the Swagger documentation. From an application security perspective, the changes generally introduce improvements to security-related aspects, such as input validation, error handling, secure data handling, and access control. The key security-related highlights include:
Overall, the changes appear to be focused on enhancing the security and reliability of the Jans Config API application. While there are no obvious security vulnerabilities introduced, it is important to ensure that the implementation of these features follows best practices for secure application development and deployment. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
|
|
|
|
* doc(config-api): attribite spec for saml trust relationship Signed-off-by: pujavs <pujas.works@gmail.com> * feat(config-api): asset mgt update enhancement to make asset file optional Signed-off-by: pujavs <pujas.works@gmail.com> * fix(config-api): validate asset service dir Signed-off-by: pujavs <pujas.works@gmail.com> * feat(config-api): asset mgt validation Signed-off-by: pujavs <pujas.works@gmail.com> --------- Signed-off-by: pujavs <pujas.works@gmail.com> Former-commit-id: a6a1850
Prepare
Description
Target issue
closes #8971 , #9060, #9073
Implementation Details
Test and Document the changes
Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with
docs:
to indicate documentation changes or if the below checklist is not selected.