diff --git a/doc/user/application_security/dast/authentication.md b/doc/user/application_security/dast/authentication.md
index b13b41e4a37a91d3175037d7dd54bc931ed4ae37..aed4066bc5279b83bf69d5d68eb557f89dd70bd2 100644
--- a/doc/user/application_security/dast/authentication.md
+++ b/doc/user/application_security/dast/authentication.md
@@ -412,9 +412,12 @@ Authentication failed because a home page should be displayed after login. Inste
 
 ### Configure the authentication report
 
+WARNING:
+The authentication report can contain sensitive information such as the credentials used to perform the login.
+
 An authentication report can be saved as a CI/CD job artifact to assist with understanding the cause of an authentication failure.
 
-The report contains steps during the login process, HTTP requests and responses, the Document Object Model (DOM) and screenshots.
+The report contains steps performed during the login process, HTTP requests and responses, the Document Object Model (DOM) and screenshots.
 
 ![dast-auth-report](img/dast_auth_report.jpg)