From 8d7171a645baf4011f70e0c44368ac19da23f010 Mon Sep 17 00:00:00 2001 From: Spiros Dimopulos Date: Fri, 23 Jan 2026 21:57:52 +0200 Subject: [PATCH] DRYD-1979 Security > Integrate Security Vulnerability Scanners (#498) DRYD-1979: added a security vulnerabilities check step in the PR template; --- pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pull_request_template.md b/pull_request_template.md index 8330ee3fd..dfa57b712 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -13,3 +13,6 @@ **Has the application documentation been updated for these changes?** **Did someone actually run this code to verify it works?** + +**Have any new security vulnerabilities been handled?** +[Check SonarQube for IDE plugin for any security vulnerabilities introduced and describe how they have been handled] -- 2.47.3