Nettacker
Nettacker copied to clipboard
adding new output types
Proposed change
This is a draft on adding different output types to Nettacker (these being SARIF and one specific to DefectDojo's generic parser. I feel the need to make this more detailed, hence any suggestions are welcome.
Type of change
- [ ] New core framework functionality
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] Code refactoring without any functionality changes
- [ ] New or existing module/payload change
- [x] Localization improvement
- [ ] Dependency upgrade
- [ ] Documentation improvement
Checklist
- [x] I've followed the contributing guidelines
- [x] I've run
make pre-commit, it didn't generate any changes - [x] I've run
make test, all tests passed locally