Tags: coreruleset/go-ftw
Tags
fix: create output file if it does not exist (#389) * fix: create output file if it does not exist Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org> * fix: use log instead to have a clean output file Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org> --------- Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
feat: add self update (#369) * feat: add self update Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org> * chore: add version and self-update cmds Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org> * Update cmd/self_update.go Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --------- Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org> Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
feat: improve file loading robustness (#310) Until now, go-ftw didn't know what to do with YAML files that were not test files. With the new platform override files (also YAML), it is very easy to also load them when globbing. This commit improves the output for such issues and continues execution, ignoring any files that can't be loaded.
PreviousNext