Copilot commented on code in PR #386: URL: https://github.com/apache/cloudstack-www/pull/386#discussion_r2537453926
########## src/pages/security.md: ########## @@ -23,6 +23,7 @@ In addition to that, it is your own responsibility, as an operator to - protect against DoS and brute-force attacks. - provide full fledged monitoring. Though some facilities are provided, putting appropriate monitoring remains the ultimate responsibility of the operator. - ensure the security and integrity, including safeguarding them against unauthorized external access of critical cloud resources. These include, but are not limited to OS level access to Hosts, Management Servers, SystemVMs and routers. +- make sure `external integrations` are save to use. Review Comment: Spelling error: "save" should be "safe". ```suggestion - make sure `external integrations` are safe to use. ``` ########## src/pages/security.md: ########## @@ -23,6 +23,7 @@ In addition to that, it is your own responsibility, as an operator to - protect against DoS and brute-force attacks. - provide full fledged monitoring. Though some facilities are provided, putting appropriate monitoring remains the ultimate responsibility of the operator. - ensure the security and integrity, including safeguarding them against unauthorized external access of critical cloud resources. These include, but are not limited to OS level access to Hosts, Management Servers, SystemVMs and routers. +- make sure `external integrations` are save to use. Review Comment: [nitpick] The backticks around `external integrations` are unnecessary here. This doesn't appear to be code or a technical term that requires code formatting. Consider removing them for consistency with the rest of the list items which don't use backticks for similar concepts. ```suggestion - make sure external integrations are safe to use. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
