Skip to content

Commit 40d8537

Browse files
committed
GDPR Data Processing Detection Metadata added
1 parent ff92d87 commit 40d8537

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.codeql/custom-queries/02-compliance/gdpr-data-processing-detection.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
// by claude (Sonnet 4)
21

32
/**
43
* @name GDPR Data Processing Detection
54
* @description Rileva possibili violazioni GDPR nel processing di dati personali
65
* @kind problem
6+
* @id java/find-sql-queries
7+
* @problem.severity recommendation
8+
* @tags security
79
*/
810

911
import java

0 commit comments

Comments
 (0)