Skip to content

Commit ad08ccb

Browse files
committed
Apply suggestion from code review
1 parent 95751fc commit ad08ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-074/XsltInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name XSLT transformation with user-controlled stylesheet
3-
* @description Doing an XSLT transformation with user-controlled stylesheet can lead to
3+
* @description Performing an XSLT transformation with user-controlled stylesheets can lead to
44
* information disclosure or execution of arbitrary code.
55
* @kind path-problem
66
* @problem.severity error

0 commit comments

Comments
 (0)