Kasper Svendsen
|
67950c8e6b
|
JS: Make implicit this receivers explicit
|
2023-05-03 15:31:00 +02:00 |
|
Tony Torralba
|
3b6dae41cd
|
JavaScript: Remove omittable exists variables
|
2023-01-10 13:37:21 +01:00 |
|
Erik Krogh Kristensen
|
a4cd913aea
|
Merge pull request #10312 from erik-krogh/fix-caseDiff
ensure consistent casing of names
|
2022-09-19 10:43:12 +02:00 |
|
Philip Ginsbach
|
d1df2aa457
|
remove upper-case variable names
|
2022-09-15 18:08:50 +01:00 |
|
erik-krogh
|
26d8553f6e
|
ensure consistent casing of names
|
2022-09-09 10:34:14 +02:00 |
|
Erik Krogh Kristensen
|
9cb7522bc1
|
change RouteSetup to a DataFlow::Node
|
2022-09-05 15:45:31 +02:00 |
|
Erik Krogh Kristensen
|
79696c6c5f
|
Merge pull request #9572 from erik-krogh/heuristicSteps
JS: add heuristic taint-step for potentially unmodelled libraries
|
2022-06-21 09:00:58 +02:00 |
|
Asger F
|
3b4b56be28
|
JS: Add meta query for measuring library inputs
|
2022-06-16 11:57:33 +02:00 |
|
Erik Krogh Kristensen
|
ce323e215b
|
add heuristic taint-step for potentially unmodelled libraries, and meta query for counting potential unmodelled steps
|
2022-06-15 20:27:49 +02:00 |
|
Asger F
|
631527fe49
|
JS: Rename Node.{getASource -> asSource, getASink -> asSink}
|
2022-05-24 11:57:30 +02:00 |
|
Asger Feldthaus
|
19a5db9f89
|
JS: Rename getARhs -> getASink
|
2022-05-24 11:57:30 +02:00 |
|
Asger Feldthaus
|
4c6192670e
|
JS: Rename getAnImmediateUse -> getASource
|
2022-05-24 11:57:30 +02:00 |
|
Erik Krogh Kristensen
|
69353bb014
|
patch upper-case acronyms to be PascalCase
|
2022-03-11 11:10:33 +01:00 |
|
Erik Krogh Kristensen
|
e9df860431
|
refactor implementation to make Label implementations private
|
2021-11-22 12:17:19 +01:00 |
|
Erik Krogh Kristensen
|
089d030bc2
|
make ApiLabel into a IPA type, and cache the public API of ApiGraphs
|
2021-11-22 09:03:33 +01:00 |
|
Geoffrey White
|
882adc8e50
|
JS: Set literals.
|
2021-10-14 14:22:42 +01:00 |
|
Asger Feldthaus
|
df5eab33f9
|
JS: Update relevantTaintSource()
|
2021-05-10 09:43:33 +01:00 |
|
Asger Feldthaus
|
c4ab6fb7b4
|
JS: Add ImportGraph meta query
|
2021-04-01 16:33:05 +01:00 |
|
Arthur Baars
|
b25dc03dac
|
Javascript: remove bad QLDoc tag
|
2021-03-24 16:47:27 +01:00 |
|
CodeQL CI
|
e3ab94fc6b
|
Merge pull request #5498 from asgerf/js/flow-through-accessors
Approved by erik-krogh, max-schaefer
|
2021-03-24 12:46:05 +00:00 |
|
Asger Feldthaus
|
e42f8439de
|
JS: Replace uses of AdditionalFlowStep with SharedFlowStep
|
2021-03-23 14:53:10 +00:00 |
|
Asger Feldthaus
|
98143b071d
|
JS: Autoformat
|
2021-03-23 11:26:29 +00:00 |
|
Asger Feldthaus
|
a54e810804
|
JS: Include accessor-calls in CallGraph.ql
|
2021-03-20 13:59:38 +00:00 |
|
Asger Feldthaus
|
96c6e4d8d8
|
JS: Update with new AdditionalTaintStep subclasses
|
2021-03-17 13:29:16 +00:00 |
|
Asger Feldthaus
|
3fb810b540
|
JS: Add @kind problem meta queries
|
2021-03-11 10:46:18 +00:00 |
|
Asger Feldthaus
|
fbca06f4e1
|
JS: Move TaintMetrics.qll into internal folder
|
2021-03-10 11:53:44 +00:00 |
|
Asger Feldthaus
|
7345df63c0
|
JS: Include DataFlow::AdditionalFlowStep in TaintSteps metric
|
2020-10-27 08:41:50 +00:00 |
|
Max Schaefer
|
dafd45f0f4
|
JavaScript: Add a few metric queries for API graphs.
|
2020-09-22 09:30:19 +01:00 |
|
Asger Feldthaus
|
f7552a77c3
|
JS: Add metric for number of types with qualified names
|
2020-09-03 14:01:13 +01:00 |
|
Asger Feldthaus
|
d15c98d18c
|
JS: Add more metrics
|
2020-06-24 08:03:24 +01:00 |
|
Asger Feldthaus
|
63d48bfe5c
|
JS: Move IgnoredFile to MetaMetrics
|
2020-06-23 17:08:09 +01:00 |
|
Asger Feldthaus
|
35bdb4127e
|
JS: Add TypedExprs metric
|
2020-06-23 17:05:58 +01:00 |
|
Dave Bartolomeo
|
06783938d3
|
JavaScript: Rename sanity -> consistency
|
2020-05-11 13:46:12 -04:00 |
|
Asger Feldthaus
|
fefcf1a7a6
|
JS: Autoformat everything
|
2020-02-27 09:41:01 +00:00 |
|
Asger Feldthaus
|
abb95135c1
|
JS: Add UnresolvableImport metric
|
2020-02-03 09:32:56 +00:00 |
|
Asger F
|
3bf86ee468
|
JS: Rename AdditionalPartialInvoke -> PartialInvoke::Range
|
2019-10-09 12:16:10 +01:00 |
|
Asger F
|
c5f29e0a1d
|
JS: Simplify call graph metric
|
2019-10-09 12:16:10 +01:00 |
|
semmle-qlci
|
825a3d2917
|
Merge pull request #1954 from asger-semmle/type-tracking-through-captured-vars
Approved by xiemaisi
|
2019-09-23 12:10:30 +01:00 |
|
Asger F
|
69a88c4fcd
|
JS: Fix typo and add metadata to DomValueRefs
|
2019-09-20 15:43:08 +01:00 |
|
Asger F
|
76438f98ad
|
JS: Add DomValuesRefs metric
|
2019-09-18 16:17:21 +01:00 |
|
Asger F
|
0924de4c56
|
JS: Simplify call graph metric
|
2019-09-18 16:17:21 +01:00 |
|
Asger F
|
3b7ecd5ccf
|
JS: Add NumModules metric
|
2019-09-13 15:48:31 +01:00 |
|
Esben Sparre Andreasen
|
5d6997c1c9
|
JS: additional extraction metrics cleanup
|
2019-09-09 09:05:12 +02:00 |
|
Esben Sparre Andreasen
|
6dbe827dd3
|
JS: add QL classes for the extraction metrics
|
2019-09-09 09:05:12 +02:00 |
|
Anders Schack-Mulligen
|
ca45fb5a60
|
JavaScript: Autoformat.
|
2019-09-06 09:04:51 +02:00 |
|
Asger F
|
7fd4d192b2
|
JS: Add metric for uncalled functions
|
2019-07-08 17:38:17 +01:00 |
|
semmle-qlci
|
3b126d9c4e
|
Merge pull request #1488 from asger-semmle/call-graph-metric
Approved by xiemaisi
|
2019-07-01 16:09:34 +01:00 |
|
Asger F
|
ff4d6ece80
|
JS: Rename metrics to ResolvableCallX
|
2019-07-01 12:34:48 +01:00 |
|
Asger F
|
16e6dd12d0
|
JS: Address review comments part 1
|
2019-07-01 12:30:51 +01:00 |
|
Max Schaefer
|
3c3422e221
|
JavaScript: Refactor unpromoted-candidate queries to no longer rely on tracked nodes.
|
2019-06-28 10:25:23 +01:00 |
|