PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.13.0
Code Block Pro – Beautiful Syntax Highlighting v1.13.0
1.27.1 1.27.2 1.27.3 1.27.4 1.27.5 1.27.6 1.27.7 1.28.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 trunk 1.1.0 1.10.0 1.11.0 1.11.1 All 63 releases
← All changes | build/shiki/samples/codeql.sample +5 -3 1.27.71.13.0 View file →
@@ -1,4 +1,6 @@
1 +// a query
2 +
1 3 /**
2 4 * @name LDAP query built from user-controlled sources
3 5 * @description Building an LDAP query from user-controlled sources is vulnerable to insertion of
4 6 * malicious LDAP code by the user.
@@ -4,10 +6,10 @@
4 6 * malicious LDAP code by the user.
5 7 * @kind path-problem
6 8 * @problem.severity error
7 9 * @id py/ldap-injection
8 - * @tags experimental
9 - * security
10 + * @tags experimental
11 + * security
10 12 * external/cwe/cwe-090
11 13 */
12 14
13 15 import python
@@ -98,5 +100,5 @@
98 100 sanitizer = any(LDAPEscape ldapEsc).getAnInput()
99 101 }
100 102 }
101 103
102 -// From https://github.com/github/codeql/pull/5443/files
104 +// From https://github.com/github/codeql/pull/5443/files