-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
enh: Add details to CodeIntegrity setup check #43575
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Ferdinand Thiessen <[email protected]>
} | ||
} else { | ||
foreach ($result as $key => $results) { | ||
$formattedTextResponse .= "\t\t- $results\n"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should $results
be escaped for markdown special chars?
Also, these complete results will show in occ setupchecks
output and in standard admin page, no?
Should we add there some special handling to see double new-line as an end of summary?
@@ -1270,6 +1270,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { | |||
|
|||
li { | |||
margin: 10px 0; | |||
white-space: pre-wrap; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@come-nc this one is for the admin settings page to show the output correctly.
Summary
Add more details so that users of the setup checks can visualize the status better (security guard).
Checklist