Skip to content

Commit a398599

Browse files
committed
JS: Rename an experimental query
Having the same name as a standard query is just confusing
1 parent c951a29 commit a398599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/experimental/Security/CWE-094-dataURL/CodeInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Code injection
2+
* @name Code injection from dynamically imported code
33
* @description Interpreting unsanitized user input as code allows a malicious user arbitrary
44
* code execution.
55
* @kind path-problem

0 commit comments

Comments
 (0)