-
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-lock): add endpoints to allow send bulk audit data #9488
Conversation
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
DryRun Security SummaryThe pull request covers a wide range of updates and improvements to the Jans Config API, primarily focused on enhancing the security, performance, and functionality of the audit-related features, including improved token handling, robust JSON handling, bulk processing enhancements, and centralized constant management. Expand for full summarySummary: The code changes in this pull request cover a wide range of updates and improvements to the Jans Config API and its associated components. The changes span across various files and modules, primarily focused on enhancing the security, performance, and functionality of the audit-related features. Key security-focused changes include:
Overall, the changes in this pull request appear to be focused on improving the security, reliability, and functionality of the Jans Config API's audit-related features. As an application security engineer, I would recommend thoroughly reviewing the implementation details and the broader context of the application to ensure that the changes do not introduce any unintended security vulnerabilities. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
|
|
* feat(jans-config-api): allow bulk audit data upload Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> * feat(jans-config-api): add lock bulk audit endpoints Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> * feat(jans-lock): use JsonNode instead of JSONObject Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> * feat(jans-config-api): merge from main Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> * feat(jans-config-api): merge from main Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> --------- Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> Former-commit-id: 9611711
closes #9487