mutablesecurity
mutablesecurity copied to clipboard
CLI program for automating the setup, configuration, and use of cybersecurity solutions
# Metadata - **Fixed Issue**: #12 - **Contributors**: @i014n # Proposed Changes - Make a list of the modifications you want to apply. - Implements Duplicati module for the new...
### Improvement Description At the moment, the Python package is manually published to PyPi. In addition, PEX executables and Debian packages are locally built using the `distribution` repository and guides...
### Bug Description The manual displays a PEX-related command (`python -m __pex_executable__ [OPTIONS]`) on the usage section. This should be replaced with the actual executable path. ### Software Version v0.4.0...
### Feature Description Add support for Duplicati, a backup solution for both Windows and Linux. ### Possible Solution _No response_ ### Contact Details _No response_
### Feature Description Add support for Wazuh, an open source security platform. As the architecture is agent-based, there will be two developed modules: Wazuh Agent and Wazuh Manager. ### Possible...
### Improvement Description Verify the implementation of enumerations in the `InfoType` by executing some tests. After, check the implementation of the solutions to migrate from some existing fields to enumerations...
### Improvement Description The `except` in the `cli` module catches all exception. This makes MutableSecurity more user-friendly. As a regular user, you don't want to see a messy stack trace...