This commit is contained in:
tobi 2025-01-05 12:56:07 +01:00
commit 65f6e88dc3

View file

@ -2181,7 +2181,7 @@ func (c *Converter) DomainPermSubToAPIDomainPermSub(
FetchedAt: fetchedAt,
SuccessfullyFetchedAt: successfullyFetchedAt,
Error: d.Error,
Count: uint64(count),
Count: uint64(count), // #nosec G115 -- Don't care about overflow here.
}, nil
}