We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf343c commit 3b4b56bCopy full SHA for 3b4b56b
javascript/ql/src/meta/alerts/LibraryInputs.ql
@@ -0,0 +1,14 @@
1
+/**
2
+ * @name Library inputs
3
+ * @description An input coming from the client of a library
4
+ * @kind problem
5
+ * @problem.severity recommendation
6
+ * @id js/meta/alerts/library-inputs
7
+ * @tags meta
8
+ * @precision very-low
9
+ */
10
+
11
+import javascript
12
+import semmle.javascript.PackageExports
13
14
+select getALibraryInputParameter(), "Library input"
0 commit comments