Benjamin Muskalla
|
b9c3e6a052
|
Enable on my repo
|
2022-01-27 12:01:47 +01:00 |
|
Tom Hvitved
|
1e39259e26
|
Merge pull request #7750 from hvitved/ruby/desugar-hash-literals
Ruby: Desugar hash literals
|
2022-01-27 12:01:06 +01:00 |
|
Benjamin Muskalla
|
66b9974dd4
|
Simplify naming pattern
|
2022-01-27 12:00:29 +01:00 |
|
Geoffrey White
|
d9a2347178
|
C++: Switch back to IR taint.
|
2022-01-27 10:50:22 +00:00 |
|
Tamás Vajk
|
3d2cc8890a
|
Update CHANGELOG.md
|
2022-01-27 11:50:13 +01:00 |
|
Tamás Vajk
|
cc4bb9b02f
|
Update 0.0.8.md
|
2022-01-27 11:49:29 +01:00 |
|
Benjamin Muskalla
|
4aa0002e97
|
Rename workflow
|
2022-01-27 11:43:25 +01:00 |
|
github-actions[bot]
|
634134f283
|
Release preparation for version 2.8.0
|
2022-01-27 10:40:20 +00:00 |
|
Tom Hvitved
|
e2ae327a74
|
C#: Add internal extractor diagnostics query
|
2022-01-27 11:19:31 +01:00 |
|
Rasmus Lerchedahl Petersen
|
cb52ab669e
|
python: address review comments
The comment about `py_scopes` was simply removed
|
2022-01-27 11:17:00 +01:00 |
|
Benjamin Muskalla
|
c1b5565e4d
|
Automation to regenerate framework models
|
2022-01-27 11:15:10 +01:00 |
|
yoff
|
e28669e487
|
Apply suggestions from code review
Co-authored-by: Taus <tausbn@github.com>
|
2022-01-27 10:31:43 +01:00 |
|
Tom Hvitved
|
f4195219f4
|
C#: Make TypeParameterConstraints a CachedEntity
|
2022-01-27 10:19:16 +01:00 |
|
Tom Hvitved
|
280023c45a
|
Address review comments
|
2022-01-27 09:44:41 +01:00 |
|
Tom Hvitved
|
ece952ae2d
|
Merge pull request #7759 from hvitved/csharp/more-debug-context
C#: Add more debug context to various error messages
|
2022-01-27 09:40:21 +01:00 |
|
Andrew Eisenberg
|
a7f755cf12
|
Add new groups for examples packs
Also, remove version numbers. Will make it easier to avoid publishing
the examples packs.
|
2022-01-26 14:49:18 -08:00 |
|
Dave Bartolomeo
|
d069d91bf5
|
Merge pull request #6601 from dbartol/dbartol/side-effect-reorder/work
Fix order of IR call side effects
|
2022-01-26 17:02:02 -05:00 |
|
Tom Hvitved
|
32d1263810
|
Merge pull request #7755 from hvitved/csharp/qltest-stubs
C#: Restrict stub logic to QL test DBs
|
2022-01-26 20:08:33 +01:00 |
|
Rasmus Lerchedahl Petersen
|
163c888781
|
python: port concepts and implementations
|
2022-01-26 19:05:37 +01:00 |
|
Rasmus Lerchedahl Petersen
|
e6b5833bd6
|
python: fix typo in qhelp
|
2022-01-26 19:05:36 +01:00 |
|
Mathias Vorreiter Pedersen
|
647d4d028e
|
Merge pull request #7758 from jketema/unnamed-variable-fix
C++: Do not report "Declaration hides variable" for unnamed variables
|
2022-01-26 15:36:04 +00:00 |
|
Erik Krogh Kristensen
|
e75dc2116f
|
add CWE-184 to incomplete-scheme-check and bad-tag-filter
|
2022-01-26 16:13:13 +01:00 |
|
Jeroen Ketema
|
ee78cc731d
|
Add change note
|
2022-01-26 15:59:17 +01:00 |
|
Tom Hvitved
|
ef580aa8bc
|
C#: Add more debug context to various error messages
|
2022-01-26 15:50:26 +01:00 |
|
Tom Hvitved
|
baefd623c4
|
Merge pull request #7757 from hvitved/csharp/remove-stats
C#: Remove stats for removed relations
|
2022-01-26 15:22:59 +01:00 |
|
Jeroen Ketema
|
9194af9b15
|
Do not report "Declaration hides variable" for unnamed variables
|
2022-01-26 15:10:37 +01:00 |
|
Jeroen Ketema
|
10a94cfa45
|
Add test for structured binding declaration hiding variable
|
2022-01-26 15:08:50 +01:00 |
|
Jeroen Ketema
|
b380ba0d8f
|
Add semmle-extractor-options: -std=c++17 to test
|
2022-01-26 15:05:21 +01:00 |
|
Tom Hvitved
|
f38ee39cda
|
C#: Remove stats for removed relations
|
2022-01-26 14:20:41 +01:00 |
|
Tom Hvitved
|
6975ade0ff
|
C#: Restrict stub logic to QL test DBs
|
2022-01-26 13:59:24 +01:00 |
|
Tom Hvitved
|
dd27ed8392
|
Ruby: Desugar hash literals
```rb
{ a: 1, **splat, b: 2 }
```
becomes
```rb
::Hash.[](a: 1, **splat, b: 2)
```
|
2022-01-26 13:53:18 +01:00 |
|
Tom Hvitved
|
39436828de
|
Ruby: Add internal/Literal.qll for internal implementation details
|
2022-01-26 13:48:26 +01:00 |
|
Tom Hvitved
|
6565242b67
|
Merge pull request #7751 from hvitved/csharp/qltest-file-extraction-mode
C#: Update expected test output after passing in `--qltest` in `codeql test run`
|
2022-01-26 13:32:34 +01:00 |
|
Chris Smowton
|
df87297c59
|
Merge pull request #7733 from pwntester/java_util_regex_qll
Java: Add models for java.util.regex.Pattern and Matcher
|
2022-01-26 12:04:56 +00:00 |
|
Rasmus Lerchedahl Petersen
|
47af3a69a5
|
Merge branch 'main' of github.com:github/codeql into python/support-match
|
2022-01-26 11:39:46 +01:00 |
|
Alvaro Muñoz Sanchez
|
ba90fecc98
|
retab Test.java
|
2022-01-26 11:20:10 +01:00 |
|
Erik Krogh Kristensen
|
abd87615ff
|
update qhelp with suggestions
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
|
2022-01-26 11:03:05 +01:00 |
|
Tom Hvitved
|
477f83cf9e
|
Merge pull request #7746 from hvitved/csharp/remove-legacy-relations
C#: Remove some unused legacy relations from the DB scheme
|
2022-01-26 10:40:55 +01:00 |
|
Tom Hvitved
|
99b9d4513b
|
C#: Update expected test output after passing in --qltest in codeql test run
|
2022-01-26 10:33:00 +01:00 |
|
Arthur Baars
|
948ebe4b4c
|
Merge pull request #7568 from aibaars/ruby-pattern-matching-taint
Ruby: taint steps for pattern matches
|
2022-01-26 10:27:47 +01:00 |
|
Stephan Brandauer
|
b7690e5e6b
|
Merge pull request #7734 from kaeluka/js-add-node-prefix-to-module-import
js: add support for the 'node:' prefix for importing internal modules
|
2022-01-26 10:15:08 +01:00 |
|
Tom Hvitved
|
28e03a8aae
|
Merge pull request #7738 from hvitved/ruby/action-controller-perf
Ruby: Fix bad join in `ActionControllerHelperMethod`
|
2022-01-26 09:48:21 +01:00 |
|
Tom Hvitved
|
2c27a07ead
|
Merge pull request #7726 from hvitved/ruby/any-array-element-content
Ruby: Introduce `TAnyArrayElementContent`
|
2022-01-26 09:48:01 +01:00 |
|
Erik Krogh Kristensen
|
de633940fe
|
promote the js/jwt-missing-verification query out of exeprimental
|
2022-01-26 09:35:54 +01:00 |
|
Tom Hvitved
|
51205d6ce5
|
C#: Add DB downgrade script
|
2022-01-26 08:44:37 +01:00 |
|
Tom Hvitved
|
83fb822115
|
C#: Add DB upgrade script
|
2022-01-26 08:43:24 +01:00 |
|
Tom Hvitved
|
4c16320e28
|
C#: Remove some unused legacy relations from the DB scheme
|
2022-01-26 08:35:08 +01:00 |
|
Arthur Baars
|
941f230c94
|
Merge pull request #7729 from github/hmac/bump-clap
Ruby extractor: bump clap
|
2022-01-26 08:12:47 +01:00 |
|
Dave Bartolomeo
|
4c42013836
|
Update test expectations
|
2022-01-25 15:22:13 -05:00 |
|
Henry Mercer
|
15aa09fb7a
|
Merge pull request #7744 from github/henrymercer/js-atm-tweak-query-help
JS: Move experimental notice to the bottom of the ML-powered query help
|
2022-01-25 17:44:27 +00:00 |
|