Dave Bartolomeo
|
d82580647e
|
Add reference to codeql/go-examples pack from test pack
|
2021-08-24 10:31:03 -04:00 |
|
Dave Bartolomeo
|
bcaf218cd4
|
Update readme with workflow changes
|
2021-08-24 10:31:03 -04:00 |
|
Dave Bartolomeo
|
bc9764fcde
|
Invoke bash explicitly for Windows
|
2021-08-24 10:31:03 -04:00 |
|
Dave Bartolomeo
|
a069fa6fda
|
Make install script executable
|
2021-08-24 10:31:03 -04:00 |
|
Dave Bartolomeo
|
7c70745e52
|
Build target to run codeql pack install
|
2021-08-24 10:31:02 -04:00 |
|
Dave Bartolomeo
|
3165b8dec1
|
Script to run codeql pack install
|
2021-08-24 10:31:02 -04:00 |
|
Dave Bartolomeo
|
12bb6728d1
|
Fix dependencies for Go test pack
|
2021-08-24 10:31:02 -04:00 |
|
Dave Bartolomeo
|
26fd45746c
|
Move Go QL library files into separate pack
|
2021-08-24 10:31:02 -04:00 |
|
Dave Bartolomeo
|
1726a8b65f
|
Initial makefile changes for pack refactoring
|
2021-08-24 10:31:01 -04:00 |
|
Dave Bartolomeo
|
6d829cfdf3
|
Modernize Go pack definitions
|
2021-08-24 10:31:01 -04:00 |
|
Dave Bartolomeo
|
b6c250cbff
|
Ignore .codeql directories
|
2021-08-24 10:31:01 -04:00 |
|
Nick Rolfe
|
5e783e4798
|
Implement getPrimaryQlClasses
|
2021-08-24 14:49:56 +01:00 |
|
Chris Smowton
|
a6f3d464ae
|
Merge pull request #568 from igfoo/igfoo/getPrimaryQlClasses
Add getPrimaryQlClasses()
|
2021-08-24 14:13:50 +01:00 |
|
Chris Smowton
|
5a2dfda09e
|
Add test for field initializers
|
2021-08-24 14:04:45 +01:00 |
|
Marcono1234
|
c8d98ae649
|
Java: Fix Field.getInitializer() matching non-initializer assignments
|
2021-08-24 14:04:44 +01:00 |
|
Asger Feldthaus
|
8a564cc64b
|
JS: Fix qldoc
|
2021-08-24 14:31:00 +02:00 |
|
Asger F
|
8f8a46848d
|
Update javascript/ql/src/semmle/javascript/frameworks/Templating.qll
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2021-08-24 14:16:41 +02:00 |
|
CodeQL CI
|
c66a34be9c
|
Merge pull request #6533 from erik-krogh/cwdPath
Approved by asgerf
|
2021-08-24 13:10:38 +01:00 |
|
Ian Lynagh
|
6a86f1a91b
|
Add getPrimaryQlClasses()
This is a non-overridable predicate that concatenates all the
getAPrimaryQlClass() results into a comma-separated string.
|
2021-08-24 13:03:24 +01:00 |
|
CodeQL CI
|
c0e8680c81
|
Merge pull request #6534 from erik-krogh/fallbackEntry
Approved by asgerf
|
2021-08-24 11:38:25 +01:00 |
|
Erik Krogh Kristensen
|
99d7e8b953
|
add change note
|
2021-08-24 12:35:20 +02:00 |
|
Chris Smowton
|
7f73efe3e1
|
Downgrade precision of java/concatenated-sql-query
|
2021-08-24 10:46:01 +01:00 |
|
Rasmus Wriedt Larsen
|
ca341bde08
|
Merge pull request #5612 from jty-team/jty/python/nosqlInjection
Python: CWE-943 - Add NoSQL injection query
|
2021-08-24 11:29:25 +02:00 |
|
Anders Fugmann
|
6b66f5dbb4
|
C++: Add change note for implicit downcasting involving references
|
2021-08-24 10:26:25 +02:00 |
|
Anders Fugmann
|
6d4b7c828c
|
C++: Remove superfluous 'and any()'
|
2021-08-24 09:37:39 +02:00 |
|
Ian Lynagh
|
43355feaeb
|
Merge pull request #6536 from github/igfoo/getPrimaryQlClasses
All languages: Add getPrimaryQlClasses()
|
2021-08-23 19:49:37 +01:00 |
|
Geoffrey White
|
bc9994774a
|
Merge pull request #6515 from MathiasVP/clarify-initialization-vs-assignment-in-docs
C++: Clarify difference between 'Initializer' and 'Assignment'.
|
2021-08-23 18:00:36 +01:00 |
|
Sauyon Lee
|
4df8fac91c
|
Merge pull request #559 from sauyon/xorm
Add Xorm support
|
2021-08-23 09:21:19 -07:00 |
|
Ian Lynagh
|
1e06808105
|
Update cpp/change-notes/2021-08-23-getPrimaryQlClasses.md
Co-authored-by: Jonas Jensen <jbj@github.com>
|
2021-08-23 16:52:07 +01:00 |
|
Sauyon Lee
|
dc00a17fd2
|
Add Xorm license
|
2021-08-23 08:15:57 -07:00 |
|
sn00py
|
474287dc9f
|
Update SQL.qll
remove package
|
2021-08-23 08:15:57 -07:00 |
|
sn00py
|
7fc045e749
|
Add inline test for xorm
|
2021-08-23 08:15:57 -07:00 |
|
snoopywu
|
4975dccd34
|
Format SQL.qll
|
2021-08-23 08:15:57 -07:00 |
|
snoopywu
|
0174270a03
|
Add change note
|
2021-08-23 08:15:56 -07:00 |
|
snoopywu
|
8c608bad21
|
Add Xorm support
|
2021-08-23 08:15:56 -07:00 |
|
Chris Smowton
|
57d44b8a40
|
Merge pull request #6538 from atorralba/atorralba/fix-test-generator-qlpack
Java: Adapt test generator to new qlpack name
|
2021-08-23 15:57:38 +01:00 |
|
Ian Lynagh
|
a9db1c52e5
|
All languages: Add getPrimaryQlClasses()
This is a non-overridable predicate that concatenates all the
getAPrimaryQlClass() results into a comma-separated string.
|
2021-08-23 15:49:10 +01:00 |
|
Shati Patel
|
2a51abdee3
|
Merge pull request #6523 from shati-patel/vscode-docs
Docs: Minor tweaks to VS Code docs (query history + viewing results)
|
2021-08-23 15:06:09 +01:00 |
|
Tony Torralba
|
1ee2f6f207
|
Adapt test generator to new package name
|
2021-08-23 16:05:13 +02:00 |
|
Erik Krogh Kristensen
|
38477d7d2e
|
Merge pull request #6462 from erik-krogh/repeat
JS: support more regular expressions in js/incomplete-multi-character-sanitization
|
2021-08-23 15:39:31 +02:00 |
|
Shati Patel
|
1dc18c4f9c
|
Update docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
|
2021-08-23 14:37:51 +01:00 |
|
yoff
|
0c0f335b1c
|
Merge pull request #6508 from github/RasmusWL-patch-1
Python: Update comment for RegExpTreeView isExcluded
|
2021-08-23 15:07:29 +02:00 |
|
james
|
18440710b4
|
fix typos
|
2021-08-23 14:02:53 +01:00 |
|
Anders Fugmann
|
c04ba7b724
|
C++: Revert benign change of return type from 'unsigned int' to 'int' in testcase, and add 'GOOD' annotation to the testcase
|
2021-08-23 14:58:43 +02:00 |
|
Anders Fugmann
|
9324d8f348
|
C++: Fix case where implicit downcasts were not detected when using reference
|
2021-08-23 14:44:49 +02:00 |
|
Anders Fugmann
|
8939a9b2c1
|
C++: Add tests for implicit downcast involving references
|
2021-08-23 14:42:36 +02:00 |
|
james
|
66bdbf4a28
|
address review comments
|
2021-08-23 11:35:04 +01:00 |
|
james
|
dbf7487a9b
|
address review comments
|
2021-08-23 11:34:48 +01:00 |
|
Chris Smowton
|
0210d85ce8
|
Merge pull request #6499 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2021-08-23 11:26:36 +01:00 |
|
shati-patel
|
e1ae531b62
|
Docs: Auto-update copyright year
|
2021-08-23 11:11:31 +01:00 |
|