Skip to content

Commit 72d048e

Browse files
authored
MINOR: Update README.md
This was unintentionally using code formatting, which I don't think was the original author's intent.
1 parent 3707fa0 commit 72d048e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ Logging description and configuration:
121121
1. CVE-2019-0820 -
122122
This CVE has been reported in systems.text.regularexpressions.dll which is used by the regular expressions packages - systems.text.regularexpressions.4.3.1.nupkg. This vulnerability manifests itself ONLY when the following .NET runtime environments are being used:
123123

124-
* v1.0 branch: 1.0 - 1.0.16 (exclusive)
125-
* v1.1 branch: 1.1 - 1.1.13 (exclusive)
126-
* v2.1 branch: 2.1 - 2.1.11 (exclusive)
127-
* v2.2 branch: 2.2 - 2.2.5 (exclusive)
124+
* v1.0 branch: 1.0 - 1.0.16 (exclusive)
125+
* v1.1 branch: 1.1 - 1.1.13 (exclusive)
126+
* v2.1 branch: 2.1 - 2.1.11 (exclusive)
127+
* v2.2 branch: 2.2 - 2.2.5 (exclusive)
128128

129-
In order to mitigate this vulnerability, we recommend to update to higher Runtime versions. If you're already running on a .NET Runtime version higher than the ones listed above, you're not going to be affected by this vulnerability.
129+
In order to mitigate this vulnerability, we recommend to update to higher Runtime versions. If you're already running on a .NET Runtime version higher than the ones listed above, you're not going to be affected by this vulnerability.
130130

131131
2. Logging -
132132
Snowflake has identified an issue on Feb 20, 2020, with our logging code for the .NET drivers in which we write Master and Session tokens in the clear to the debug logs. The debug logs are collected locally on the drive where your programs are running. This issue impacts only those instances where the programs are run with debug flags enabled, i.e. setting the log level value= "Debug” or “All" in the log4Net config

0 commit comments

Comments
 (0)