Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TODO.md - github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29040c34c9359001632476220a7d32dd2086ab2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12

# To Do

There are always thing to do, right?!

Like to help? See CONTRIBUTING.md for more details.

## Remove deprecated tools

Remove usage of `egrep` and `fgrep`. Replace with `grep` or `grep -E`.

Rationale: egrep/fgrep are deprecated. Although often linked on Linux distributions, here is an example where `egrep` is missing on an embedded Linux distribution: https://github.com/CISOfy/lynis/issues/1191