Updated Home (markdown)

Michael Boelen 2016-01-27 13:36:12 +01:00
parent 660a3ca2ed
commit 08e28b0677

20
Home.md

@ -1,2 +1,20 @@
# Lynis Community
Want to help make Lynis better? At the right side there is a developer guide.
Lynis benefits from new tests, but especially from testing. Joining the community is easy: just run the tool and carefully look through /var/log/lynis.log. Anything it missed, or which can be improved? Fork and create a pull request.
## To Do List
### Simply needs testing
* Fedora: test if DNF is correctly working for you - [https://github.com/CISOfy/lynis/issues/111](Issue 111)
* Debian 8: run and see if it correctly works
* OpenWRT: does everything work correctly?
### Quick wins
* Any item with the _up-for-grabs_ tag in the [https://github.com/CISOfy/lynis/issues](Issues tracker)
### For the contributors with a little bit more time
* Additional Docker tests
* Correct any errors on screen when using BusyBox (e.g. Raspberry Pi)
Want to help make Lynis better? At the right there is a developer guide.