AI for smarter error page detection
Intelligent Finding Analytics (IFA) in Dynamic Application Security Testing (DAST) augments error page detection by reducing false positives and enhancing test results. HCL AppScan DAST uses heuristic and comprehensive methods to identify error pages, with Gen AI now selectively employed to confirm errors and handle edge cases, thus increasing accuracy and minimizing scan times.
Procedure
- Navigate to .
-
Click the Disabled toggle button to enable Azure OpenAI
configuration.
Note: Azure OpenAI services incur costs based on token usage (input and output). Follow best practices and regularly monitor usage to ensure cost efficiency.
-
Enter the Endpoint in the following format:
https://{azure_openai_endpoint}/openai/deployments/{deployment_name}/chat/completionsTable 1. Endpoint elements Element Description Example {azure_openai_endpoint}Substitute with the value from the Endpoint field under the Keys & Endpoint section from the Azure portal.
https://aoairesource.openai.azure.com{deployment_name}Corresponds to the custom name you chose for your deployment when you deployed a model. You can get this value from Azure OpenAI Studio of your Azure portal. Note: Azure OpenAI testing was conducted using GPT-4o, version 2024-08-06. We recommend using this specific model and version to avoid any failures.GPT-4oExample of endpoint: https://aoairesource.openai.azure.com/openai/deployments/GPT-4o/chat/completions -
Enter the API Key. This value can be found in the
Keys & Endpoint section when examining your resource from the
Azure portal. You can use either
KEY1orKEY2.CAUTION: Ensure both the Endpoint and API Key values are correct, as there is no validation to catch typos or errors. -
Click Save to apply the configuration for your
organization.
The Azure OpenAI endpoint and API key have been configured.