Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SkiTheSlicer committed Feb 10, 2016
1 parent e114c19 commit b3a9e18
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b3a9e18

Please sign in to comment.