Commit Graph

20 Commits

Author SHA1 Message Date
John Sinteur b43b548a24 Merge pull request #47 from radicallyopensecurity/pep8-styling
Pep8 styling
2018-08-27 09:20:40 +02:00
Peter Mosmans 14ba7dec17 Validate status attribute 2017-11-10 17:21:10 +10:00
Peter Mosmans 3144a26a0f Add status attribute for all findings
Note that this is currently not enforced for (new) findings, but highly
recommended. Especially when performing retests.
2017-11-10 16:45:54 +10:00
Peter Mosmans a8e7cc8ce1 Adjust docstrings to 'official' Google format 2017-11-10 16:32:44 +10:00
skyanth 45af9e3a1f pep8 styling 2017-08-25 09:59:26 +02:00
Peter Mosmans 660de99029 Clean up code somewhat
Some spelling / imperative fixes.
2017-08-20 19:37:37 -07:00
Peter Mosmans e6d6f082e4 Re-include helper function to capitalize sentences 2017-08-20 19:26:46 -07:00
Peter Mosmans 60ff680e3c Add content of all includes for spell checking 2017-08-20 19:08:09 -07:00
Peter Mosmans 541f5b048e Change spelling back end to use pyenchant
Pyenchant is a more abstract spelling back end, and can utilize aspell, as well as
hunspell.
Use titlecase module to validate whether titles are properly title cased.

Note that this change uses two new Python libraries, which should be installed:
- pyenchant
- titlecase
2017-06-24 11:44:10 +10:00
Peter Mosmans f18a75d399 Show filename when threatLevel is incorrect 2017-02-28 12:52:54 +11:00
Peter Mosmans 0b499b68e7 Fix: logmessage failed when learning new words 2017-02-01 19:35:26 +11:00
Peter Mosmans 13a5a095b6 Beautified logging based on message type
Initialize speller only once per run
2016-11-24 10:56:13 +10:00
Peter Mosmans 181d9d57cf Use logging module 2016-11-21 11:28:58 +10:00
Peter Mosmans 13d6282f82 Extended list of non-capitalized words 2016-11-01 13:38:32 +01:00
Peter Mosmans c470a07458 Show nice error message when importing lxml fails 2016-09-16 10:20:01 +10:00
Peter Mosmans 17da0c9846 Pylint fixes 2016-09-13 19:26:43 +10:00
Peter Mosmans 5476c0f466 Don't check XML files in the notes folder
Fix issue where not all words were properly cased.
Unified output messages
2016-09-13 19:24:02 +10:00
Peter Mosmans 0d849aeaef Added hard line breaks after MAX_LINE characters 2016-09-12 21:11:12 +10:00
Peter Mosmans 60979f8701 Enforce unicode output on the console 2016-09-08 16:20:56 +10:00
Peter Mosmans 38bf60c144 Added ChatOps scripts 2016-07-30 21:25:48 -07:00