Skip to content

Commit

Permalink
Update tracer/src/Datadog.Trace/Iast/IastModule.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lock <andrew.lock@datadoghq.com>
  • Loading branch information
daniel-romano-DD and andrewlock authored Sep 27, 2024
1 parent 742a1c7 commit 697c2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/src/Datadog.Trace/Iast/IastModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ internal static partial class IastModule
private static readonly Func<TaintedObject, bool> Always = (x) => true;
private static readonly DbRecordManager DbRecords = new DbRecordManager(IastSettings);
private static bool _showTimeoutExceptionError = true;
private static SourceType[] _dbSources = [SourceType.SqlRowValue];
private static readonly SourceType[] _dbSources = [SourceType.SqlRowValue];

internal static void LogTimeoutError(RegexMatchTimeoutException err)
{
Expand Down

0 comments on commit 697c2ad

Please sign in to comment.