Skip to content

Commit 039b655

Browse files
authored
Merge pull request github#6544 from github/aeisenberg/pack/javascript
Packaging: Rafactor Javascript core libraries
2 parents 48344d9 + 5609c3d commit 039b655

File tree

411 files changed

+47
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

411 files changed

+47
-16
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
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
dependencies: {}
3+
compiled: false
4+
lockVersion: 1.0.0

javascript/ql/examples/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: codeql-javascript-examples
22
version: 0.0.0
3-
libraryPathDependencies: codeql-javascript
3+
libraryPathDependencies: codeql/javascript-all
File renamed without changes.
File renamed without changes.

javascript/ql/lib/qlpack.lock.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
dependencies: {}
3+
compiled: false
4+
lockVersion: 1.0.0

javascript/ql/lib/qlpack.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: codeql/javascript-all
2+
version: 0.0.2
3+
dbscheme: semmlecode.javascript.dbscheme
4+
extractor: javascript
5+
library: true
6+
dependencies:
7+
codeql/javascript-upgrades: 0.0.2

0 commit comments

Comments
 (0)