Rasmus Lerchedahl Petersen
|
b5703cd3f6
|
Python: link to FP report in test file
|
2020-06-11 07:14:48 +02:00 |
|
Taus
|
5b0d92d72b
|
Merge pull request #3464 from yoff/UnicodeEscape
Python: Handle more escapes in regexes
|
2020-06-10 15:47:09 +02:00 |
|
Porcupiney Hairs
|
8c5a97170d
|
Python : Add Xpath injection query
This PR adds support for detecting XPATH injection in Python.
I have included the ql files as well as the tests with this.
|
2020-05-28 03:15:12 +05:30 |
|
Rasmus Lerchedahl Petersen
|
6b168de7fc
|
Python: re, handle \Z
|
2020-05-26 11:42:21 +02:00 |
|
Rasmus Wriedt Larsen
|
e04d1ffcd2
|
Python: Add test for fabric.api.execute
|
2020-05-26 10:20:22 +02:00 |
|
Rasmus Lerchedahl Petersen
|
f1efdee194
|
Python: re test with \Z
|
2020-05-26 08:07:13 +02:00 |
|
semmle-qlci
|
8146073c74
|
Merge pull request #3553 from RasmusWL/python-fix-tainttracking-import
Approved by tausbn
|
2020-05-25 14:18:54 +01:00 |
|
Rasmus Wriedt Larsen
|
f602f3e1c7
|
Python: Use proper import for semmle.python.dataflow.TaintTracking
It was moved in 637677d515, but imports were not
updated.
|
2020-05-25 13:45:49 +02:00 |
|
Rasmus Lerchedahl Petersen
|
3e712be431
|
Python: Modernise
|
2020-05-25 09:00:34 +02:00 |
|
Rasmus Wriedt Larsen
|
3774310985
|
Python: Reduce FPs in Django due to bad XSS taint-sinks
Fixes https://github.com/github/codeql-python-team/issues/38
|
2020-05-18 19:14:43 +02:00 |
|
Rasmus Wriedt Larsen
|
72ea4ff0dc
|
Python: Add more tests of django responses
They clearly shouldn't all be XSS sinks
|
2020-05-18 16:56:47 +02:00 |
|
Rasmus Lerchedahl Petersen
|
b56545b236
|
Python: Regexp: Handle repetions {n} (with no ,)
|
2020-05-18 14:44:11 +02:00 |
|
Rasmus Lerchedahl Petersen
|
60d5ba23b3
|
Python: Move test into appropriate class.
Also update test expectations with changed line numbers.
|
2020-05-15 13:51:51 +02:00 |
|
Rasmus Lerchedahl Petersen
|
1b0687e2f2
|
Python: update expectations correctly
|
2020-05-15 13:25:20 +02:00 |
|
Rasmus Lerchedahl Petersen
|
81a5692935
|
Python: handle \uxxxx and refactor
|
2020-05-14 21:22:21 +02:00 |
|
Rasmus Lerchedahl Petersen
|
21d1ea5d96
|
Merge branch 'boolDefault' of github.com:yoff/codeql into boolDefault
|
2020-05-14 16:06:58 +02:00 |
|
Rasmus Lerchedahl Petersen
|
1817d2af2b
|
Make test for wrong bool type pass
|
2020-05-14 15:56:57 +02:00 |
|
Rasmus Lerchedahl Petersen
|
7b004c3746
|
Python: Add test for wrong exception type
|
2020-05-14 15:42:52 +02:00 |
|
yoff
|
e5eadf9126
|
Update python/ql/test/query-tests/Functions/general/protocols.py
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
|
2020-05-14 07:34:53 +02:00 |
|
Rasmus Lerchedahl Petersen
|
de50aabd60
|
Python: test for unicode names
|
2020-05-14 07:30:29 +02:00 |
|
Rasmus Lerchedahl Petersen
|
f9f52b0105
|
Python: test for unicode in raw strings
|
2020-05-13 18:47:36 +02:00 |
|
Rasmus Lerchedahl Petersen
|
6a35c6b4d4
|
Test: __bool__ does not raise TypeError by default
|
2020-05-12 15:28:12 +02:00 |
|
Rasmus Wriedt Larsen
|
5d5d412b78
|
Python: Add test of safe methods for py/modification-of-default-value
|
2020-05-05 11:14:37 +02:00 |
|
Rasmus Wriedt Larsen
|
b2b0296120
|
Merge pull request #3242 from BekaValentine/python-objectapi-to-valueapi-incorrectlyoverridenmethod
Python: ObjectAPI to ValueAPI: IncorrectlyOverriddenMethod
|
2020-04-24 16:28:11 +02:00 |
|
Rebecca Valentine
|
89752f4b55
|
Merge branch 'master' into python-objectapi-to-valueapi-wrongnumberargumentsincall
|
2020-04-22 09:52:33 -07:00 |
|
Rebecca Valentine
|
9cd2171fb8
|
Merge branch 'master' into python-objectapi-to-valueapi-incorrectlyoverridenmethod
|
2020-04-22 09:40:33 -07:00 |
|
Taus
|
964a619450
|
Merge pull request #3211 from RasmusWL/python-unused-import-small-fix
Python: Fix FN in unused import
|
2020-04-16 14:22:50 +02:00 |
|
Rasmus Wriedt Larsen
|
5a51d2cc4c
|
Merge pull request #3245 from BekaValentine/python-objectapi-to-valueapi-wrongnameforargumentinclassinstantiation
Python: ObjectAPI to ValueAPI: WrongNameForArgumentInClassInstantiation
|
2020-04-15 16:48:26 +02:00 |
|
Taus
|
8402e6a2e1
|
Merge pull request #3243 from BekaValentine/python-objectapi-to-valueapi-incorrectlyspecifiedoverriddenmethod
Python: ObjectAPI to ValueAPI: IncorrectlySpecifiedOverriddenMethod
|
2020-04-14 18:55:42 +02:00 |
|
Taus
|
3e46604fa5
|
Merge pull request #3223 from BekaValentine/python-objectapi-to-valueapi-iterreturnsnoniterator
Python: ObjectAPI to ValueAPI: IterReturnsNonIterator
|
2020-04-14 12:55:21 +02:00 |
|
Rebecca Valentine
|
339758fa70
|
Python: ObjectAPI to ValueAPI: WrongNameForArgumentInClassInstantiation: Adds preliminary modernization
|
2020-04-09 15:04:44 -07:00 |
|
Rebecca Valentine
|
8dc1933a02
|
Python: ObjectAPI to ValueAPI: WrongNumberArgumentsInClassInstantiation: Adds preliminary modernization
|
2020-04-09 14:58:30 -07:00 |
|
Rebecca Valentine
|
336e48c5c6
|
Python: ObjectAPI to ValueAPI: IncorrectlySpecifiedOverriddenMethod: Adds preliminary modernization
|
2020-04-09 14:50:26 -07:00 |
|
Rebecca Valentine
|
be00d71b99
|
Python: ObjectAPI to ValueAPI: IncorrectlyOverriddenMethod: Adds preliminary modernization
|
2020-04-09 14:41:22 -07:00 |
|
Rebecca Valentine
|
c2443f2342
|
Python: ObjectAPI to ValueAPI: OverlyComplexDelMethod: Adds preliminary modernization
|
2020-04-07 21:31:35 -07:00 |
|
Rebecca Valentine
|
0d65db148f
|
Python: ObjectAPI to ValueAPI: IterReturnsNonIterator: Adds preliminary modernization
|
2020-04-07 21:14:25 -07:00 |
|
Rasmus Wriedt Larsen
|
75e6470009
|
Python: Fix FN in py/unused-import
|
2020-04-07 09:41:42 +02:00 |
|
Rasmus Wriedt Larsen
|
1077ce3a35
|
Python: Add FN for py/unused-import
|
2020-04-07 09:26:14 +02:00 |
|
Rebecca Valentine
|
8c1aeb24cb
|
Python: ObjAPI to ValAPI: WrongNumArgsInCall: Updates query expected results
|
2020-04-04 00:57:09 -07:00 |
|
Rebecca Valentine
|
1e76720a92
|
Merge branch 'master' into python-objectapi-to-valueapi-wrongnumberargumentsincall
|
2020-04-03 20:25:53 -07:00 |
|
Rebecca Valentine
|
e0f26d4f7e
|
Python: ObjectAPI to ValueAPI: WrongNumberArgumentsInCall: Updates expected results
|
2020-04-03 20:11:42 -07:00 |
|
Taus
|
d540bf6ce5
|
Merge pull request #3039 from BekaValentine/python-objectapi-to-valueapi-returnvalueignored
Python: ObjectAPI to ValueAPI: ReturnValueIgnored
|
2020-04-02 11:42:01 +02:00 |
|
Rebecca Valentine
|
97b4077162
|
Merge branch 'master' into python-objectapi-to-valueapi-signatureoverriddenmethod
|
2020-04-01 07:42:10 -07:00 |
|
Rebecca Valentine
|
12377badf9
|
Merge branch 'master' into python-objectapi-to-valueapi-returnvalueignored
|
2020-04-01 07:37:17 -07:00 |
|
Rebecca Valentine
|
093eb71433
|
Python: ObjectAPI to ValueAPI: ReturnValueIgnored: Adds getAReturnType
|
2020-04-01 00:17:12 -07:00 |
|
Rebecca Valentine
|
eb4a567a34
|
Merge branch 'master' into python-objectapi-to-valueapi-signatureoverriddenmethod
|
2020-03-31 23:36:15 -07:00 |
|
Rebecca Valentine
|
eab31d3bef
|
Python: ObjectAPI to ValueAPI: SignatureOverriddenMethod: Updates expected results
|
2020-03-31 23:34:17 -07:00 |
|
Taus Brock-Nannestad
|
87a9f51c78
|
Python: Autoformat all .ql files.
|
2020-03-30 11:59:10 +02:00 |
|
semmle-qlci
|
a413a3254b
|
Merge pull request #3114 from RasmusWL/python-add-fp-for-non-callable
Approved by tausbn
|
2020-03-25 10:34:50 +00:00 |
|
semmle-qlci
|
ac7c74dcee
|
Merge pull request #3111 from RasmusWL/python-fabric-command-injection
Approved by BekaValentine
|
2020-03-25 10:07:33 +00:00 |
|