-
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
fix(jans-cli-tui): hide Messages configuration page #9437
Conversation
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
DryRun Security SummaryThe changes in this pull request focus on maintenance and refactoring tasks, such as removing outdated features and documentation, and updating the "Auth Server" plugin in the Jans CLI TUI application, without introducing any immediate security concerns. Expand for full summarySummary: The changes in this pull request appear to be focused on maintenance and refactoring tasks, with no immediate security concerns. The first change removes the "Messaging Configuration" section from the documentation's navigation menu, which is likely due to the feature or documentation being outdated or no longer relevant. Removing unused or outdated features and documentation is generally a good practice to maintain the codebase and reduce the attack surface. The second change is related to the "Auth Server" plugin in the Jans CLI TUI application. The main changes involve the removal of a Overall, the changes in this pull request seem to be routine maintenance and refactoring tasks, and do not appear to introduce any significant security concerns based on the information provided. However, it's always important to thoroughly review any code changes, even if they are not directly related to security-sensitive functionality, to ensure that they do not have unintended consequences or introduce new vulnerabilities. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
|
* fix(jans-cli-tui): hide Messages configuration page Signed-off-by: Mustafa Baser <mbaser@mail.com> * docs(jans-cli-tui): hide messages configuration in documents Signed-off-by: Mustafa Baser <mbaser@mail.com> --------- Signed-off-by: Mustafa Baser <mbaser@mail.com> Former-commit-id: b07568e
Closes #9425