Skip to content

Commit

Permalink
fixup! parser-cov: further tweaks to key event matching
Browse files Browse the repository at this point in the history
Keep the list sorted.
  • Loading branch information
kdudka committed Apr 18, 2024
1 parent 0334004 commit 099a37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/parser-cov.cc
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ KeyEventDigger::KeyEventDigger():
d->searchBackwards.insert("HARDCODED_CREDENTIALS");
d->searchBackwards.insert("HEADER_INJECTION");
d->searchBackwards.insert("INSUFFICIENT_LOGGING");
d->searchBackwards.insert("LOCK");
d->searchBackwards.insert("INVALIDATE_ITERATOR");
d->searchBackwards.insert("INTEGER_OVERFLOW");
d->searchBackwards.insert("INVALIDATE_ITERATOR");
d->searchBackwards.insert("LOCK");
d->searchBackwards.insert("NULL_RETURNS");
d->searchBackwards.insert("OVERRUN");
d->searchBackwards.insert("PATH_MANIPULATION");
Expand Down

0 comments on commit 099a37a

Please sign in to comment.