Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apache/Lang.qll
1 parent 8578bc5 commit 645d7c8Copy full SHA for 645d7c8
1 file changed
java/ql/src/semmle/code/java/frameworks/apache/Lang.qll
@@ -1,6 +1,8 @@
1
-/* Definitions related to the Apache Commons Exec library. */
+/* Definitions related to the Apache Commons Lang library. */
2
import semmle.code.java.Type
3
4
+/*--- Types ---*/
5
+/** The class `org.apache.commons.lang.RandomStringUtils` or `org.apache.commons.lang3.RandomStringUtils`. */
6
class TypeApacheRandomStringUtils extends Class {
7
TypeApacheRandomStringUtils() {
8
hasQualifiedName("org.apache.commons.lang", "RandomStringUtils") or
0 commit comments