Releases: j3ssie/osmedeus
Releases · j3ssie/osmedeus
v4.6.4
v4.6.3
v4.6.2
v4.6.1
v4.6.0
Changelog
- All API tokens that need updating have been relocated to
$HOME/osmedeus-base/token/osm-var.yaml
now. All the API Keys within thetoken:
section of this file will also be automatically integrated into the OS environment. - Updating the UI to show the markdown report in the UI as well.
- Refactoring a lot of the helper messages throughout the tool.
⚠️ Action needed ⚠️
Please remove the line $HOME/osmedeus-base/token/osm-default.rc
from your ~/.bashrc
or ~/.zshrc
and ~/.bash_profile
file, as the token configuration has now been relocated to $HOME/osmedeus-base/token/osm-var.yaml
. This change will prevent the No such file or directory
error.
v4.5.1
v4.5.0
- Introducing a fresh markdown summary report for a swift overview of all workspace details.
- Implemented a script that generates an HTML report utilizing a markdown template.
- Implemented a new command
osmedeus workflow view -f [workflowName]
for accessing a comprehensive view of all toggleable and skippable parameters in the workflow. - Refactoring a lot of the helper messages throughout the tool.
v4.4.2
v4.4.1
- Refactoring a lot of the helper messages throughout the tool
- Add a new module to perform static vulnerability scans and secret scans on a git repo
v4.4.0
- The default folder for workspaces has been updated to
$HOME/workspaces-osmedeus/
from the previous location at$HOME/.osmedeus/workspaces/
- The database has now been switched to a file-based system, making it simpler to transfer between machines.
- The user interface has undergone a revamp.
- Improvements in the performance of distributed scans.
- A new health check command has been included in the provider command, allowing you to monitor progress at a later time by leaving the instance open.
- Refactoring a lot of the helper messages throughout the tool