Skip to content

Commit 83cbc86

Browse files
committed
JS: Move ClassifyFiles.qll to library pack
This allows us to use this library in packs that depend on the `codeql/javascript-all` library pack.
1 parent 5b13232 commit 83cbc86

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

javascript/ql/src/experimental/poi/PoI.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
import javascript
5757
private import DataFlow
58-
private import filters.ClassifyFiles
58+
private import semmle.javascript.filters.ClassifyFiles
5959
private import semmle.javascript.RestrictedLocations
6060

6161
/**

javascript/ql/src/filters/ClassifyFiles.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import javascript
11-
import ClassifyFiles
11+
import semmle.javascript.filters.ClassifyFiles
1212

1313
from File f, string category
1414
where classify(f, category)

0 commit comments

Comments
 (0)