better spacing

This commit is contained in:
Beth Levin 2019-03-22 16:44:03 -07:00
parent e9afffc292
commit 74925d2d65

View File

@ -52,10 +52,12 @@ To learn more about supply chain attacks, read this blog post called [attack inc
* Immediately apply security patches for OS and software. * Immediately apply security patches for OS and software.
* Implement mandatory integrity controls to ensure only trusted tools run. * Implement mandatory integrity controls to ensure only trusted tools run.
* Require multi-factor authentication for admins. * Require multi-factor authentication for admins.
* Build secure software updaters as part of the software development lifecycle. * Build secure software updaters as part of the software development lifecycle.
* Require SSL for update channels and implement certificate pinning. * Require SSL for update channels and implement certificate pinning.
* Sign everything, including configuration files, scripts, XML files, and packages. * Sign everything, including configuration files, scripts, XML files, and packages.
* Check for digital signatures, and dont let the software updater accept generic input and commands. * Check for digital signatures, and dont let the software updater accept generic input and commands.
* Develop an incident response process for supply chain attacks. * Develop an incident response process for supply chain attacks.
* Disclose supply chain incidents and notify customers with accurate and timely information * Disclose supply chain incidents and notify customers with accurate and timely information