From b3a9e186f95aa1b863bdc4920a6cf8632bdf2986 Mon Sep 17 00:00:00 2001 From: Daniel Twardowski Date: Wed, 10 Feb 2016 12:28:15 -0500 Subject: [PATCH] Update TODO.md --- TODO.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index 4c15822..5e35560 100644 --- a/TODO.md +++ b/TODO.md @@ -3,20 +3,27 @@ ##securityonion_airgap_download.py - [ ] Check for BeautifulSoup4 & requests before script runs. - Security Onion already includes requests. +- [ ] Add VRT Paid Ruleset. +- [ ] Add mysql.connector download. ##securityonion_airgap_update.py -- [ ] Add connection to ids*.py -- [ ] Confirm/Add sudo abilities. -- [ ] Add directory walk for input tarfile to update script +- [x] Add connection to ids*.py. +- [x] Confirm/Add sudo abilities. +- [ ] Add directory walk for input tarfile to update script. +- [ ] Add mysql.connector check that can be skipped. ###squert_ip2c_update.py - [ ] Add switch for read-only (no create_tmp_file, no update). - [ ] Confirm still functional on its own. -- [ ] Add mysql.connector check before ip2c update script runs. +- [x] Add mysql.connector check before ip2c update script runs. - [ ] Add check to only allow ip2c on master. -- [ ] Check if db exists, ie if sosetup run yet. +- [x] Check if db exists, ie if sosetup run yet. ###ids_offline_update.py - [x] Create initial version. -- [x] Add offline rule picker to updater +- [x] Add offline rule picker to updater. - [ ] Add check to only allow rules on master. +- [ ] Add update validation see [securityonion-utils/TSHOOT.md](https://github.com/SkiTheSlicer/securityonion-utils/blob/master/TSHOOT.md). +- [ ] Add numbered option to skip blacklist (or overwrite instead of append). +- [ ] Add VRT Paid Ruleset check +- [ ] Add answer file capabilites for geoip, blacklist, ruleset selection options.