Skip to content

Commit e99161b

Browse files
committed
Trying to address some Acrolinx issues
1 parent 27a737c commit e99161b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/code-quality/ca5364.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Deprecated values are:
3737

3838
## Rule description
3939

40-
Transport Layer Security (TLS) secures communication between computers, most commonly with Hypertext Transfer Protocol Secure (HTTPS). Older protocol versions of TLS are less secure than TLS 1.2 and TLS 1.3, and are more at risk of vulnerabilities being discovered in the future. You should avoid older protocol versions to minimize risk. For guidance on identifying and removing deprecated protocol versions, see [Solving the TLS 1.0 Problem, 2nd Edition](/security/solving-tls1-problem).
40+
Transport Layer Security (TLS) secures communication between computers, most commonly with Hypertext Transfer Protocol Secure (HTTPS). Older protocol versions of TLS are less secure than TLS 1.2 and TLS 1.3, and are more likely to have new vulnerabilities. Avoid older protocol versions to minimize risk. For guidance on identifying and removing deprecated protocol versions, see [Solving the TLS 1.0 Problem, 2nd Edition](/security/solving-tls1-problem).
4141

4242
## How to fix violations
4343

4444
Don't use deprecated TLS protocol versions.
4545

4646
## When to suppress warnings
4747

48-
It's safe to suppress this warning if:
48+
You can suppress this warning if:
4949
- The reference to the deprecated protocol version isn't being used to enable a deprecated version.
5050
- You need to connect to a legacy service that can't be upgraded to use secure TLS configurations.
5151

docs/code-quality/ca5386.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Safe values are:
3434

3535
## Rule description
3636

37-
Transport Layer Security (TLS) secures communication between computers, most commonly with Hypertext Transfer Protocol Secure (HTTPS). Protocol versions TLS 1.0 and TLS 1.1 are deprecated, while TLS 1.2 and TLS 1.3 are current. In the future, newer protocol versions of TLS may be deployed, and then TLS 1.2 or TLS 1.3 may be deprecated if security flaws are discovered. To ensure that your application remains secure, avoid hardcoding a protocol version and target at least .NET Framework v4.7.1. For more details, see [Transport Layer Security (TLS) best practices with the .NET Framework](/dotnet/framework/network-programming/tls).
37+
Transport Layer Security (TLS) secures communication between computers, most commonly with Hypertext Transfer Protocol Secure (HTTPS). Protocol versions TLS 1.0 and TLS 1.1 are deprecated, while TLS 1.2 and TLS 1.3 are current. In the future, TLS 1.2 and TLS 1.3 may be deprecated. To ensure that your application remains secure, avoid hardcoding a protocol version and target at least .NET Framework v4.7.1. For more information, see [Transport Layer Security (TLS) best practices with the .NET Framework](/dotnet/framework/network-programming/tls).
3838

3939
## How to fix violations
4040

0 commit comments

Comments
 (0)