Skip to content

Releases: pablodav/burp_server_reports

enhace behaviour on large deployments

20 Sep 16:52
99167e0
Compare
Choose a tag to compare
   * Avoid crash on large deployments due to some timeouts.
   * Ensure api calls are not overloading burpui.
    Coverage stays 96%

some performance fixes

18 Sep 15:05
Compare
Choose a tag to compare

1.4.1:
* enhance some comments in code and debuggin info
* Performance: fix standard behaviour, do not fetch data for clients not required.

smarter default to check backup reports

15 Mar 01:21
6c5700a
Compare
Choose a tag to compare

1.4.0:
* feature #19 - be smarter and get backup report for clients without status idle, see "Smarter check by default for outdated" in readme.
* Migrate ci to travis-ci
* Increase code coverage to from 94% to 96%

fixes and option for encoding when using inventory report

21 Nov 02:44
Compare
Choose a tag to compare

1.3.1:
* remove pandas from requirements.txt
1.3.0:
* fixed #18 --ping removed data from clients outdated
* Add option to change encoding for csv file used, so not only use fixed utf-8

added report never when backup is 0B detection when used with --detail --report outdated

07 Oct 03:57
Compare
Choose a tag to compare
    * added more default data to be more resilient when using --detail reports
    * added report client as backup status: never when it has 0B in backup (only works when used --report outdated with --detail)

added get inventory from email and more readme examples

26 Sep 23:07
Compare
Choose a tag to compare

Hello,

I'm proud to announce this new release of https://github.com/pablodav/burp_server_reports/

This adds feature: #6 to download inventory.csv from email.

And also added some more documentation with examples requested from users:

    * added more examples in README.rst
    * updated versions in README.rst

The most difficult challenge for me this time was creating the unit test to automatically test imap.py (connecting to imap and downloading the attachment in the unit test, but also having an imap server at the time of test and also sending the email to it with the attachment to test!!)

I'm proud about the result and also having test coverage with +0.21% even when I have added many new lines to the project.

https://codecov.io/gh/pablodav/burp_server_reports/pull/16/changes

Hope also you will found useful the new examples section in readme: https://github.com/pablodav/burp_server_reports#examples

Updated pypi package https://pypi.python.org/pypi/burp-reports and reduced size from 15Mb to 35K (compressed), I have noticed I was uploading some unnecesary files to the package (most generated from tests and some packaging temporal files).

Kind regards!
Pablo.

fixes #14 added feature to change name length

16 Sep 02:09
Compare
Choose a tag to compare
1.2.7

Merge pull request #15 from pablodav/feature/14_increase_size_lenght_…

fix sender address

24 Aug 01:16
Compare
Choose a tag to compare

1.2.6:
* fix #13 from @roms2000 fix sender address

compatible with python3.6 and update tests with tox.ini

18 Jun 23:58
Compare
Choose a tag to compare

1.2.5:
* added pyzmail36 to be compatible with all python3 included python3.6 fix #12
* added tox.ini tests with multiple python versions for easier testing

fix to get properly working with standalone mode

23 May 17:23
Compare
Choose a tag to compare

CHANGELOG:
1.2.4:
* fix #10 not working with burpui standalone due to wrong test for multi-agent