Skip to content

Commit 5609c3d

Browse files
committed
Packaging: Fix identical files script
1 parent 45d1fa7 commit 5609c3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/identical-files.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"cpp/ql/lib/semmle/code/cpp/XML.qll",
383383
"csharp/ql/lib/semmle/code/csharp/XML.qll",
384384
"java/ql/lib/semmle/code/xml/XML.qll",
385-
"javascript/ql/src/semmle/javascript/XML.qll",
385+
"javascript/ql/lib/semmle/javascript/XML.qll",
386386
"python/ql/lib/semmle/python/xml/XML.qll"
387387
],
388388
"DuplicationProblems.inc.qhelp": [
@@ -443,23 +443,23 @@
443443
"csharp/ql/lib/semmle/code/cil/internal/SsaImplCommon.qll"
444444
],
445445
"CryptoAlgorithms Python/JS": [
446-
"javascript/ql/src/semmle/javascript/security/CryptoAlgorithms.qll",
446+
"javascript/ql/lib/semmle/javascript/security/CryptoAlgorithms.qll",
447447
"python/ql/lib/semmle/python/concepts/CryptoAlgorithms.qll"
448448
],
449449
"SensitiveDataHeuristics Python/JS": [
450-
"javascript/ql/src/semmle/javascript/security/internal/SensitiveDataHeuristics.qll",
450+
"javascript/ql/lib/semmle/javascript/security/internal/SensitiveDataHeuristics.qll",
451451
"python/ql/lib/semmle/python/security/internal/SensitiveDataHeuristics.qll"
452452
],
453453
"ReDoS Util Python/JS": [
454-
"javascript/ql/src/semmle/javascript/security/performance/ReDoSUtil.qll",
454+
"javascript/ql/lib/semmle/javascript/security/performance/ReDoSUtil.qll",
455455
"python/ql/lib/semmle/python/security/performance/ReDoSUtil.qll"
456456
],
457457
"ReDoS Exponential Python/JS": [
458-
"javascript/ql/src/semmle/javascript/security/performance/ExponentialBackTracking.qll",
458+
"javascript/ql/lib/semmle/javascript/security/performance/ExponentialBackTracking.qll",
459459
"python/ql/lib/semmle/python/security/performance/ExponentialBackTracking.qll"
460460
],
461461
"ReDoS Polynomial Python/JS": [
462-
"javascript/ql/src/semmle/javascript/security/performance/SuperlinearBackTracking.qll",
462+
"javascript/ql/lib/semmle/javascript/security/performance/SuperlinearBackTracking.qll",
463463
"python/ql/lib/semmle/python/security/performance/SuperlinearBackTracking.qll"
464464
]
465465
}

0 commit comments

Comments
 (0)