Skip to content

Commit 0427953

Browse files
committed
C#: Remove @precision for new date queries
Removing the `@precision` annotation until we know how precise these queries actually are for projects on LGTM.com.
1 parent d45b417 commit 0427953

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

csharp/ql/src/Likely Bugs/LeapYear/UnsafeYearConstruction.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @kind path-problem
55
* @problem.severity error
66
* @id cs/unsafe-year-construction
7-
* @precision high
87
* @tags security
98
* date-time
109
* reliability

csharp/ql/src/Likely Bugs/MishandlingJapaneseEra.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @id cs/mishandling-japanese-era
55
* @kind problem
66
* @problem.severity warning
7-
* @precision medium
87
* @tags reliability
98
* date-time
109
*/

0 commit comments

Comments
 (0)