Releases: fortifyadmin/fortifyapi
Releases · fortifyadmin/fortifyapi
Release list
New SSC Processing Rules
The processing rules that needed to be disabled on SSC v25.4 are now included.
Require approval if line count increases by more than 10%. (Line count of previous scan must be at least 1).
Require approval if line count decreases by more than 10%. (Line count of previous scan must be at least 1).
Require approval if file count increases by more than 10%. (File count of previous scan must be at least 1).
Require approval if file count decreases by more than 10%. (File count of previous scan must be at least 1).
3.1.15
What's Changed
- Scratch/rulepack by @xolian in #50
- Fixes #46 by @betobrandao in #47
- Update init.py by @xolian in #52
- restored betobrandao change to get_project_version_issue_details by @bluebionic in #53
- Scratch/project version query by @bluebionic in #54
- added issue assignment by @xolian in #56
- Scratch/get user assignment by @xolian in #57
- docs: add some idea of what this format holds by @vetsin in #55
- Scratch/comments by @xolian in #58
- Scratch/reports by @xolian in #59
- added back in get_project_version_issues by @xolian in #60
- Scratch/fix assign user by @xolian in #61
- feat: use session with retry by @vetsin in #62
New Contributors
- @bluebionic made their first contribution in #53
Full Changelog: 3.1.4...3.1.15
Poetry packaging & other added methods
poetry and other endpoints