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

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2021-07-20 15:22:43 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2021-07-20 15:22:43 +0300
commit47f6638644428cd80fd350131be0c4e7d08071cd (patch)
tree1c5e10398101567fedf1619bd03dc67faf4700df /TODO.md
parent6d6e1601005e5d3d933a27347862d24685c89f40 (diff)
Added initial version for to do list
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 00000000..29040c34
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,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