Aditya Sharad
Aditya Sharad
This sounds reasonable. One way to keep stress-testing this would be to generate a test database with a large number of small JS files, and make sure the import function...
Thanks for your interest in using CodeQL. I recommend asking future questions in the https://github.com/github/codeql repo since we monitor that more frequently for user questions and suggestions. For your issue,...
Thanks for the suggestion. So I understand what you'd like to do: would you like the ability to import multiple database zips or folders from the local filesystem, or to...
The data flow APIs are consistent enough across CodeQL-supported languages that I would expect them to work. The import statements would indeed be different (`import ` and possibly `import semmle..dataflow.DataFlow/TaintTracking`)...
Autocompleting on an empty top-level gives suggestions for `boolean`, `class`, `date`, `float`, `from`, `import`, `int`, `select`, `string`, `where`. This covers all the primitive types that could be used as the...
Some added context: QL4E used to have two Problems panes for exactly this reason, one grouped and one ungrouped. We made the explicit decision to avoid that clunky UI in...
2 is tricky. I would prefer to keep the property that all running queries are using the same settings as configured in the settings file. The goal is to avoid...
Check out what we do for quick query: that involves creating a new query in a synthetic query pack in the workspace suitable for the current DB's language, and you...
Query evaluation ran out of memory (Java heap maximum: 1165 MiB, Off-heap arrays maximum: 1941 MiB).
Hello! It looks like you need to increase the memory setting to run this query on this database, which seems to be using about 3GB by default. You can configure...
I tried to reproduce this today with @marcnjaramillo. Here's an example of an alert query that selects an element with no location (the predicates `getURL/hasLocationInfo/getLocation` are special and determine the...