-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Description
Description
Reports raise exceptions because they're dependent upon hard-coded plugins. Fix them so that they can handle plugin exploiters.
- Security report
- Modify
monkey_exploitation.get_exploits_used_on_node
to pull plugin descriptions from the repository/plugin manifest (0d) @ilija-lazoroski - Modify
report.get_config_exploits
to pull plugin descriptions from the repository/plugin manifest (0d) - @shreyamalviya - Add an optional "Remediation suggestion" field to the manifest (0d) @mssalvatore
- Add remediation suggestions to the hard-coded manifests (0d) - @shreyamalviya
- Modify the backend to send the remediation suggestion (0d) - @ilija-lazoroski
- Modify the frontend to dynamically generate exploiter issue/report (0d) - @shreyamalviya
- We may need to use
react-markdown
- We may need to use
- Modify
- Test Ransomware report (0d) - @shreyamalviya
- Update description to markdown (0d) - @VakarisZ :
- Change hadoop manifest to use markdown
- Change plugin selector to show markdown using
react-markdown