You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
ssl-baseline
2
2
===================
3
3
4
-
This Compliance Profile demonstrates the use of InSpec's [SSL resource](https://www.inspec.io/docs/reference/resources/ssl/)
4
+
This Compliance Profile demonstrates the use of InSpec's [SSL resource](https://www.inspec.io/docs/reference/resources/ssl/) by enforcing strong TLS configuration.
Copy file name to clipboardExpand all lines: controls/ssl_test.rb
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -563,3 +563,21 @@
563
563
end
564
564
end
565
565
end
566
+
567
+
control'robotattack'do
568
+
title"Return Of Bleichenbacher's Oracle Threat"
569
+
desc'ROBOT is the return of a 19-year-old vulnerability that allows performing RSA decryption and signing operations with the private key of a TLS server.'
570
+
ref"Paper: Return Of Bleichenbacher's Oracle Threat (ROBOT)",url: 'https://ia.cr/2017/1189'
0 commit comments