-
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
11 changed files
with
67 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,7 @@ data: | |
K8_RESOURCES_LIMIT_MEMORY: {{ .Values.api.job.resource.memory.limit }} | ||
DATAJOB_WEBHOOK_URL: "https://discord.com/api/webhooks/1006160865386582077/HndjuqofW-wYXspUb5_iv-AJN46UojZZvQDksz1a2cgvx1Q1lUJkdZ_IhZrlsh_ytKKO" | ||
PROFILER_WEBHOOK_URL: "https://discord.com/api/webhooks/1102883054806114375/DwZqyzMTpYf66kMyQ47b7lgFLNFGfqmxQxEBfnfOZtH6cMJIFzoNw17pmQnG9OmNk9Tv" | ||
STATISTIC_WEBHOOK_URL: "https://discord.com/api/webhooks/1121016075799253063/6dAOW8JvKo3rHudlcwtcNFR0gMfLvfIWFFTAQTXxORwML7Y58RzDBjfjztqa9DZ6WmXw" | ||
CLOUDDEFENSE_SENDGRID_EMAIL: "[email protected]" | ||
MICRONAUT_ENVIRONMENTS: {{ .Values.api.environment | default "dev" }} | ||
MICRONAUT_ENVIRONMENTS: {{ .Values.api.environment | default "dev" }} | ||
ALERT_SERVICE_URL: "http://alertservice" |
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
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,21 +1,23 @@ | ||
Release Date : 10.09.2024 | ||
Release Notes : 4.9.3 | ||
Release Date : 11.11.2024 | ||
Release Notes : 4.9.4 | ||
|
||
New Features: | ||
|
||
1) Improved CLI scan response output: We have added details for the OSS license policy failure under the CLI scan output to provide user more insight. | ||
2) Added Custom Regex Support for Secret Scan: We have added the support for the custom regex for Secret Scan to eliminate the false positives, providing better user experience. | ||
3) Merged Team and Organization Report Page: We have merged the Organization Report and Team Report page to provide user consolidated view with flexible filters to configure the Report View. | ||
4) Improved Report Page performance: We have improved the Report page performance by reducing the response time latency for better user experience. | ||
5) Added the detail about who and when introduced the detected vulnerability : We have added the details about the user who introduced the detected vulnerability to provide more isight and track the issue correctly. | ||
6) Added details about the user initiating the scan under the Application page: We have provided details on the user that ran the scan and timestamp to provide more context into the scan run. User has capability to search for the latest scan run by user email. | ||
1) Added Schedule scan support for DAST and API scan: We have added schedule scan support for DAST and API scan, providing better user experience. | ||
2) Introduced License report: We have added license report for centralized tracking of utilization metrics. | ||
3) Added Scan Type filter at Application Page: We have added Scan Type filter at Application Page for better user experience. | ||
4) Moved Team Selector to side filter: We have removed the team selector from page header and moved it under side filter for better accessibility and uniformity. | ||
5) Combined Generic API key and Personal API key for better manageability. | ||
6) Captcha v3 Integration on SignUp: Added Google reCAPTCHA v3 to the sign-up process to enhance security and prevent bot registrations. | ||
7) OTP Verification for Password: Implemented OTP validation to verify user identity before allowing password changes. | ||
8) Recover deleted application: We have provided facility to recover deleted application within 15 days to avoid accidental information loss. | ||
|
||
Improvements: | ||
|
||
1) Fixed the redirection of the Exploits reference links under Open Source Page | ||
1) Updated the Azure devops access token request access level. | ||
2) Bug Fixing on Backend: Fixed bugs across the application for better user experience. | ||
3) Fixed list of UI issues. | ||
4) Limited the number of default team to one. | ||
5) Fixed SANS Top 25 result opening error under dashboard. | ||
6) Fixed Search filter for the Open Source Report page | ||
7) Improved the latency issues under the Application Page scan result expansion. | ||
4) Fixed report genration under Scan history | ||
5) Updated the rule mappings with OWASP top 10 and SANS top 25 standard. | ||
6) Removed error message shown on session logout. | ||
7) Fixed automated container image scan. |