ruby 示例GDPR - 数据库配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 示例GDPR - 数据库配置相关的知识,希望对你有一定的参考价值。

control 'gdpr-windows-account-password-complexity' do
  impact 1.0
  title 'Checks that Windows password complexity is enabled'
  describe mysql_conf do
    its('user') { should_not eq 'root' }
    its('bind-address') { should_not eq '0.0.0.0' }
    its('default_password_lifetime') { should eq '30' }
  end
end

以上是关于ruby 示例GDPR - 数据库配置的主要内容,如果未能解决你的问题,请参考以下文章

ruby 示例GDPR - 阻止入站Windows防火墙

ruby 示例GDPR - 阻止入站Windows防火墙

ruby 样本GDPR - 帐户锁定时间

ruby 样本GDPR - 帐户锁定时间

ruby 样本GDPR控制 - Windows防火墙

ruby 样本GDPR控制 - Windows防火墙