-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
33 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
Release Date : 04.05.2024 | ||
Release Notes : 4.8.7 | ||
Release Date : 29.05.2024 | ||
Release Notes : 4.8.8 | ||
|
||
New feature list: | ||
1) Team admin to have access to delete applications: We have now provided access to team admin to delete applications. | ||
2) Access to delete an excluded path for Team Admin: We have now provided access to team admin to delete an excluded path. | ||
3) Added email notification update to show which branch was scanned: Added scanned branch information under scan email notification. | ||
1) Delta Scan: | ||
2) Application team assignment: We have now provided application team assignment mechanism based on team pseudonym. | ||
3) Automatic Jira ticket creation: We have provided automatic Jira ticket creation for the new detected vulnerabilities, configurable to enable/disable at severities level. | ||
4) Recommendation/Solution under vulnerability report: We have provided recommendations under the CTO report. | ||
5) Multi select False Positive and Allowed list: We have added ability to select multiple vulnerabilities to mark as false positive and add to allowed list. | ||
6) DevSecOps configure with OKTA: We have provided SSO integration with OKTA. | ||
7) Jira ticket having alert back to the vulnerability and show latest status: We have added a link back under the Jira ticket to have link back to the vulnerability for which it was created. | ||
8) Show "Age" of a vulnerability: We have added age detail, day wise to show the age of a vulnerability when it was first detected under CTO report. | ||
9) User to be able to request to add directories for exclusion: Added new interface that allows admins to manage your teammate's requests for excluding file-paths. | ||
|
||
Improvements: | ||
1) Fixed allowed list in branches: We have made the allowed list to apply to all branches once it is marked for one. | ||
2) Fixed branch view: Fixed the branch view to show the Protected branches correctly. | ||
3) Fixed new vulnerabilities identified the next day: We have fixed the new vulnerabilities identified in the subsequent scan. The new vulnerabilities get highlighted with a "New" label. | ||
4) Merged SAST and DAST/API rules tabs on Global Rules Management page into one. | ||
1) Application Page Refactor: We have refactored our Application page, adding branches and pull requests view on the expansion of the application from list. By clicking on the link icon next to the application name, users can navigate directly to the specific source. Additionally, users can now filter to view only branches or pull requests by using the buttons located below the application name. | ||
2) Fixed GitHub group name not coming for the repo name. | ||
3) Scan steps handling asynchronously, removing the bottle-neck for running multiple scans concurrently. | ||
4) Fixed list of UI issues. |