Files
codeql/ql
Owen Mansel-Chan ef94cde0b3 Simplify Logrus model
Make methods which add data to entries sinks in their own right, rather
than trying to track the data flow of the entry to a later logging call.

This may cause some false positives, but only in the situation that
tainted data is added to an entry and that entry is never logged. It will
save us from false negatives when tainted data is added to an entry
which flows across a function boundary to a logging call.
2021-02-15 09:18:34 +00:00
..
2019-11-08 12:16:26 +00:00
2021-02-15 09:18:34 +00:00
2021-02-15 09:18:34 +00:00