Sad Tux - Windows bias detected
This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Detected Bias Types
windows_first
missing_linux_example
windows_tools
powershell_heavy
Summary
The documentation is heavily focused on Windows environments, with all configuration steps, registry edits, and troubleshooting guidance tailored exclusively to Windows systems. There are no instructions, examples, or references for enabling or verifying TLS 1.2 on Linux-based systems, nor any mention of Linux tools or configuration files. The only protocol configuration guidance is via Windows registry and .NET Framework registry keys, and all external links and FAQs reference Windows documentation.
Recommendations
  • Add a dedicated section for enabling and verifying TLS 1.2 on Linux systems, including common distributions (e.g., Ubuntu, CentOS, RHEL).
  • Provide example commands for checking and enforcing TLS 1.2 usage on Linux, such as updating OpenSSL configuration or using system-wide crypto policies.
  • Include troubleshooting steps for Linux environments, such as verifying supported TLS versions with openssl s_client or checking relevant log files.
  • Reference Linux-specific documentation and tools alongside Windows resources, ensuring parity in guidance.
  • Clarify in the introduction or prerequisites which operating systems the instructions apply to, and provide links or guidance for other platforms if not covered in detail.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
    "Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
    "DisabledByDefault"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
    "SystemDefaultTlsVersions"=dword:00000001
    "SchUseStrongCrypto" = dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
    "SystemDefaultTlsVersions"=dword:00000001
    "SchUseStrongCrypto" = dword:00000001