Geoffrey White
|
94dea9f71d
|
C++: Add a test of unknown format specifiers (with specsAreKnown check disabled).
|
2020-12-15 17:40:32 +00:00 |
|
Rasmus Wriedt Larsen
|
ceaaac217e
|
Merge pull request #4798 from yoff/python-reflected-xss-fp-examples
Python: Add example FP for reflected XSS
|
2020-12-14 13:56:24 +01:00 |
|
CodeQL CI
|
0420ac7aac
|
Merge pull request #4820 from RasmusWL/add-pymysql-modeling
Approved by yoff
|
2020-12-14 03:04:24 -08:00 |
|
CodeQL CI
|
90dbb60c7f
|
Merge pull request #4819 from RasmusWL/pep249-execute-on-connection
Approved by yoff
|
2020-12-14 03:04:08 -08:00 |
|
Rasmus Wriedt Larsen
|
daf418624e
|
Python: Make all PEP249 implementations private
Since we're still sticking with `private by default` at least for a while longer.
|
2020-12-14 10:57:51 +01:00 |
|
Rasmus Wriedt Larsen
|
31d4ea77cb
|
Python: Add modeling of PyMySQL
|
2020-12-14 10:56:47 +01:00 |
|
Rasmus Wriedt Larsen
|
e7b6400e48
|
Python: Add tests for PyMySQL
|
2020-12-14 10:55:01 +01:00 |
|
CodeQL CI
|
66f4120cdd
|
Merge pull request #4721 from github/nextReDoS
Approved by asgerf
|
2020-12-14 01:48:12 -08:00 |
|
Rasmus Wriedt Larsen
|
8d8e92eb09
|
Python: Model execute on a DB connection
|
2020-12-14 10:33:10 +01:00 |
|
Rasmus Wriedt Larsen
|
18f7dbe865
|
Python: Adjust PEP249 QLDocs
|
2020-12-14 10:26:17 +01:00 |
|
Tom Hvitved
|
249eea9d2b
|
Merge pull request #4780 from hvitved/csharp/cfg/nested-finally
C#: Add missing CFG edges for nested `finally` blocks
|
2020-12-14 09:57:36 +01:00 |
|
James Fletcher
|
ca80f04726
|
Merge pull request #4808 from github/jf205-patch-2
Add `workflow_dispatch` to `generate-query-help-docs.yml`
|
2020-12-12 13:45:51 +00:00 |
|
CodeQL CI
|
9ff6d68a9b
|
Merge pull request #4778 from asgerf/js/more-prototype-pollution
Approved by erik-krogh, mchammer01
|
2020-12-11 13:58:09 -08:00 |
|
Robert Marsh
|
af180d430e
|
Merge pull request #4805 from geoffw0/sscanf
C++: Refine examples and tests for cpp/memory-unsafe-function-scan (experimental) query
|
2020-12-11 12:42:11 -08:00 |
|
james
|
a5c0802379
|
address review comments
|
2020-12-11 17:29:22 +00:00 |
|
James Fletcher
|
e5ef0e35df
|
Merge pull request #4813 from github/replace-language
[docs] Fix find and replace error
|
2020-12-11 17:16:43 +00:00 |
|
james
|
b9c8818da5
|
update landing page
|
2020-12-11 16:27:56 +00:00 |
|
james
|
bc3f7b61fb
|
fix find and replace error
|
2020-12-11 14:47:40 +00:00 |
|
yoff
|
9bec9b46e1
|
Merge pull request #4801 from RasmusWL/sqlite3-support
Python: Add sqlite3 support
|
2020-12-11 13:30:24 +01:00 |
|
Robert Marsh
|
0210c1f721
|
Merge pull request #4783 from geoffw0/modelchanges4
C++: More use of set literals.
|
2020-12-10 15:24:50 -08:00 |
|
Geoffrey White
|
b79ca4535a
|
C++: Undo the iterator.qll change. Notice that it was 'and' not 'or'.
|
2020-12-10 18:29:39 +00:00 |
|
James Fletcher
|
9c6962ec25
|
Update generate-query-help-docs.yml
|
2020-12-10 09:39:44 +00:00 |
|
James Fletcher
|
0640d2834d
|
Update generate-query-help-docs.yml
|
2020-12-10 09:19:44 +00:00 |
|
James Fletcher
|
66c756b7f5
|
Update generate-query-help-docs.yml
|
2020-12-10 09:07:30 +00:00 |
|
Tamás Vajk
|
b649ccd880
|
Merge pull request #4761 from tamasvajk/feature/cil-enum-underlying
C#: Extract enum underlying type from IL
|
2020-12-09 20:55:37 +01:00 |
|
yo-h
|
f95c480b51
|
Merge pull request #4799 from joefarebrother/xxe-fp
Java: Fix false positive in the XXE query
|
2020-12-09 12:08:20 -05:00 |
|
Geoffrey White
|
209191bb24
|
C++: Add another good example.
|
2020-12-09 16:55:07 +00:00 |
|
Geoffrey White
|
80db155d54
|
C++: Fix example and test.
|
2020-12-09 16:46:48 +00:00 |
|
Joe Farebrother
|
732542adcb
|
Add change note
|
2020-12-09 16:41:31 +00:00 |
|
James Fletcher
|
48a9521df9
|
Merge pull request #4803 from github/rename-js-dataflow-article
Update JavaScript dataflow guide filename to match article title
|
2020-12-09 15:39:19 +00:00 |
|
james
|
70c5ce41c2
|
rename js-ts article
|
2020-12-09 14:49:58 +00:00 |
|
Rasmus Wriedt Larsen
|
36e8ef53eb
|
Python: Model sqlite3 as SQL interface
|
2020-12-09 11:36:18 +01:00 |
|
Rasmus Wriedt Larsen
|
767a246edc
|
Python: Add sqlite3 test
|
2020-12-09 11:36:17 +01:00 |
|
Asger F
|
ed729a1963
|
Apply suggestions from code review
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
|
2020-12-09 09:59:55 +00:00 |
|
Asger Feldthaus
|
fd293d07d7
|
JS: Address doc review
|
2020-12-09 09:58:52 +00:00 |
|
Geoffrey White
|
e18f290864
|
C++: Correct comment.
|
2020-12-08 16:55:19 +00:00 |
|
Joe Farebrother
|
24dc631a8f
|
Java: Fix false positive in XXE query
|
2020-12-08 16:38:42 +00:00 |
|
Joe Farebrother
|
2fd5d26b1b
|
Add FP as a test case
|
2020-12-08 16:37:53 +00:00 |
|
Rasmus Lerchedahl Petersen
|
a757a69f36
|
Python: Add example FP
|
2020-12-08 17:02:05 +01:00 |
|
Tamas Vajk
|
2257a8d47e
|
Add change notes
|
2020-12-08 16:43:16 +01:00 |
|
Tamas Vajk
|
2d2b919651
|
Add DB upgrade folder
|
2020-12-08 16:43:16 +01:00 |
|
Tamas Vajk
|
52a73cb21b
|
Add new stats containing 'cil_enum_underlying_type'
|
2020-12-08 16:40:29 +01:00 |
|
Tamás Vajk
|
6dd0234b68
|
Apply suggestions from code review
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2020-12-08 16:40:29 +01:00 |
|
Tamas Vajk
|
214cc90af5
|
Fix failing test
|
2020-12-08 16:40:29 +01:00 |
|
Tamas Vajk
|
44dfafc52c
|
C#: remove 'System.Enum' from enums in QL
|
2020-12-08 16:40:29 +01:00 |
|
Tamas Vajk
|
6b3010e3e6
|
C#: Extract enum underlying type from IL
|
2020-12-08 16:40:29 +01:00 |
|
Tamas Vajk
|
c7d6c42851
|
C#: Add underlying enum type test for CIL extraction
|
2020-12-08 16:40:29 +01:00 |
|
Tamás Vajk
|
ec573b517f
|
Merge pull request #4759 from tamasvajk/feature/cil-attribute-array
C#: Improve array argument CIL extraction for attributes
|
2020-12-08 16:38:36 +01:00 |
|
Tamás Vajk
|
cbcae667a8
|
Apply suggestions from code review
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2020-12-08 15:23:13 +01:00 |
|
yoff
|
3bddb946b7
|
Merge pull request #4773 from RasmusWL/path-injection-improvements
Python: Path injection improvements
|
2020-12-08 14:05:53 +01:00 |
|