Commit Graph

28 Commits

Author SHA1 Message Date
Peter Mosmans fc9e5f840f Remove placeholder - closes #63 2019-03-14 13:52:35 +01:00
Peter Mosmans c269ffeda5 Use two digits in filenames 2017-11-29 19:20:30 +10:00
Peter Mosmans de7b1f5104 Enforce UTF-8 encoding for XML files 2017-11-29 19:19:57 +10:00
Peter Mosmans 18ba296667 Replace generic print_error function with inline versions 2017-11-10 17:08:39 +10:00
Peter Mosmans f528928406 Adjust docstrings to 'official' Google format 2017-11-10 17:08:08 +10:00
Peter Mosmans 58c1b15907 Add status attribute for new findings with value new
Several docstring changes.
2017-11-10 17:06:13 +10:00
Peter Mosmans b981f99dad Ignore local file structure when querying projects 2017-08-20 19:27:20 -07:00
Peter Mosmans 244f970441 Filter backtick from filename, closes #37 2017-07-03 20:44:25 +10:00
Peter Mosmans 0857e0f1e1 Catch gitlab exception properly 2017-06-07 19:44:24 +10:00
Peter Mosmans def0931641 Implemented correct conversion for non-findings, closes #26 2017-03-24 20:43:33 +08:00
Peter Mosmans acc6dc4b50 Implemented true Unicode (UTF-8) support
Added first Pentext classes: Finding and NonFinding
2017-02-23 18:43:57 +11:00
skyanth feb154554a prefixed finding & non-finding IDs with letter to keep xml valid 2017-02-22 09:42:48 +01:00
Peter Mosmans 5271a94e78 Recognize keywords 'recommendation' and 'impact' in notes
Treat them accordingly. Note that the keyword can only be used in one note, and
has to be on the first line of the note.
Re-order notes (oldest note first).
2017-02-22 11:59:40 +11:00
Peter Mosmans da18586ed7 Implemented markdown to XML conversion using pandoc 2017-02-21 19:35:18 +11:00
Peter Mosmans 3793bbc6a8 Ignore casing of gitlab labels 2017-01-25 14:46:21 +11:00
Peter Mosmans 34adf23dd1 Filter another illegal filename character 2016-11-10 20:46:32 +10:00
Peter Mosmans 5caa5aaed8 Retrieve list of maximum 99 issues
Workaround for some pagination issues.
2016-11-01 13:44:04 +01:00
Peter Mosmans d535a6c80c ...because style matters :)
Fixed pylint issues
2016-09-14 18:52:08 +10:00
Peter Mosmans e9333808a7 Merge branch 'master' of ssh://github.com/radicallyopensecurity/pentext 2016-09-14 18:41:48 +10:00
Peter Mosmans 3772eb96b7 Fixed issue when issues could not be retrieved 2016-09-14 18:40:53 +10:00
Peter Mosmans 0c924a5d2e Merge pull request #8 from parall4x/master
Added extra verbosity in case of missing required packages + expanded rosbot's usage docs
2016-09-14 14:35:33 +10:00
Peter Mosmans 707a119cc8 Show gitlab exception
Various pylint fixes
2016-09-14 12:27:03 +10:00
parallax 7029ed422a Fixed typo 2016-09-08 13:37:33 +01:00
Peter Mosmans 134ea25535 Skip issues only if they're closed 2016-08-23 12:05:54 +02:00
Peter Mosmans 430d815f84 Fail safely when no issues can be found
Note that it's a bare except... not so nice
2016-08-23 11:26:48 +02:00
parallax 53c5dd38ac Added required line 2016-08-22 18:18:46 +01:00
parallax 2e7fb134ab Added some verbosity to the error message in case of missing packages 2016-08-22 18:11:59 +01:00
Peter Mosmans 38bf60c144 Added ChatOps scripts 2016-07-30 21:25:48 -07:00