Matbe34 / py-nessus-pro

A python implemetation for managing Nessus Professional. It provides support for launching, configuring, monotoring and reporting for scans.
GNU General Public License v2.0
0 stars 1 forks source link

Sve reports not working for windows #1

Closed Matbe34 closed 11 months ago

Matbe34 commented 11 months ago

As save reports uses mkdtemp it does not work in windows environments

Matbe34 commented 11 months ago

Solution: make path attribute obligatory

Matbe34 commented 11 months ago

Report path mandatory argument and fixe slugify import to be python-slugify