You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(parsers): add fix_version support to Generic Findings Import (#14307)
The fix_version field exists on the Finding model and is already
handled by the reimporter (default_reimporter.py lines 683, 803),
but was missing from the Generic Findings Import parser for both
JSON and CSV formats.
Changes:
- json_parser.py: add fix_version to allowed fields set
- csv_parser.py: add fix_version field parsing
- Add unit tests for both JSON and CSV
- Update documentation
Co-authored-by: vladimir <stolzyya@gmail.com>
0 commit comments