yoff
|
d0a393e8d1
|
Update python/ql/test/library-tests/frameworks/stdlib/XPathExecution.py
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
|
2022-03-04 10:56:53 +01:00 |
|
yoff
|
c514282d4a
|
Merge pull request #8255 from tausbn/python-nomagic-pattern-getcase
Python: Prevent magic/inlining in `getCase`
|
2022-03-04 10:53:20 +01:00 |
|
Rasmus Wriedt Larsen
|
ef045a6789
|
Python: Fix typo in set_default_parser
|
2022-03-04 10:18:30 +01:00 |
|
Rasmus Wriedt Larsen
|
1a9620a87a
|
Python: Add conditional assignment check for sax parser
|
2022-03-04 10:16:28 +01:00 |
|
Rasmus Wriedt Larsen
|
f0131afc54
|
Python: Fix huge_tree modeling
|
2022-03-04 10:16:28 +01:00 |
|
Rasmus Wriedt Larsen
|
d6cbfec434
|
Python: huge_tree tests were wrong
Nice spotted @jorgectf!
|
2022-03-04 10:16:28 +01:00 |
|
Rasmus Wriedt Larsen
|
3cd165d5b7
|
Python: Apply suggestions from code review
Co-authored-by: Jorge <46056498+jorgectf@users.noreply.github.com>
|
2022-03-04 10:15:50 +01:00 |
|
Erik Krogh Kristensen
|
934e06ca3b
|
fix mistake in argumentPassing. The type-tracking was not required to be in an end state
|
2022-03-04 09:49:42 +01:00 |
|
Jorge
|
683c2fa825
|
Apply suggestions from code review
|
2022-03-04 01:02:56 +01:00 |
|
Ahmed Farid
|
be7c619ca8
|
Update zipslip_bad.py
|
2022-03-04 00:48:45 +01:00 |
|
Rasmus Wriedt Larsen
|
3f6c55e8ae
|
Python: Rename vulnerable predicate => vulnerableTo
|
2022-03-03 22:09:31 +01:00 |
|
Rasmus Wriedt Larsen
|
0d69dc854c
|
Python: Minor qldoc improvement
|
2022-03-03 22:06:26 +01:00 |
|
Rasmus Wriedt Larsen
|
837daaae3b
|
Python: Remove XMLParser concept
|
2022-03-03 22:04:48 +01:00 |
|
Rasmus Wriedt Larsen
|
df8e0fce68
|
Python: Minor fixup of qldoc
|
2022-03-03 22:02:48 +01:00 |
|
Rasmus Wriedt Larsen
|
c0a6f9f3fd
|
Python: Restructure lxml modeling
and handle parser being passed as positional argument
|
2022-03-03 22:00:55 +01:00 |
|
Rasmus Wriedt Larsen
|
c0a2c25f5a
|
Python: Restructure modeling of xml.etree parsers
|
2022-03-03 21:59:34 +01:00 |
|
Rasmus Wriedt Larsen
|
a033b71eaf
|
Python: Align QLdocs of XML modeling
|
2022-03-03 21:34:46 +01:00 |
|
Rasmus Wriedt Larsen
|
de0e67f327
|
Python: Restructure overall XML modeling
|
2022-03-03 21:31:15 +01:00 |
|
Rasmus Wriedt Larsen
|
46238d5ea0
|
Python: Add test for XMLPullParser
But handling this in a nice way will require some restructuring
|
2022-03-03 21:28:46 +01:00 |
|
Rasmus Wriedt Larsen
|
33ebcdf437
|
Python: Support feed method of lxml/xml.etree Parsers
|
2022-03-03 21:26:24 +01:00 |
|
Rasmus Wriedt Larsen
|
f72f673e7e
|
Python: Update XmlEntityInjection.expected
I had forgotten about this, but better late than never... also added a
small representative test
|
2022-03-03 21:18:18 +01:00 |
|
Rasmus Wriedt Larsen
|
3278793972
|
Python: Handle more functions and kw-args
|
2022-03-03 21:18:18 +01:00 |
|
Rasmus Wriedt Larsen
|
2451123c67
|
Python: Move XML PoC to new test dir
|
2022-03-03 21:18:18 +01:00 |
|
Rasmus Wriedt Larsen
|
c739ae40b6
|
Python: Port xmltodict tests
|
2022-03-03 21:18:18 +01:00 |
|
Rasmus Wriedt Larsen
|
0b12d91817
|
Python: Port xml.sax tests
|
2022-03-03 21:18:18 +01:00 |
|
Rasmus Wriedt Larsen
|
5fb4c4d152
|
Python: Port xml.etree tests
|
2022-03-03 20:51:02 +01:00 |
|
Rasmus Wriedt Larsen
|
a7134cac2e
|
Python: Port xml.dom tests
|
2022-03-03 20:39:56 +01:00 |
|
Rasmus Wriedt Larsen
|
faebaee141
|
Python: Use concept tests for XML Parsing
I was loosing my mind from looking through those .expected files
Just going to take it one file at time, to make reviewing easier
|
2022-03-03 20:36:51 +01:00 |
|
Rasmus Wriedt Larsen
|
4b03f5c724
|
Python: Rename xml.sax test for consistency
|
2022-03-03 19:39:32 +01:00 |
|
Rasmus Wriedt Larsen
|
7cda901da2
|
Python: Add separate query for SimpleXMLRPCServer
This was a rough quick-n-dirty query, and should get some qhelp as well at some point.
|
2022-03-03 19:35:33 +01:00 |
|
Rasmus Wriedt Larsen
|
9406a972cd
|
Python: Fix vuln detection for xml.minidom with parser arg
|
2022-03-03 17:52:11 +01:00 |
|
Rasmus Wriedt Larsen
|
5a652480b1
|
Python: Annotate xml.dom tests
|
2022-03-03 17:37:25 +01:00 |
|
Rasmus Wriedt Larsen
|
c4d08db62a
|
Python: Expand XML PoC with minidom/pulldom/expat
|
2022-03-03 17:30:16 +01:00 |
|
Ahmed Farid
|
5e14d89714
|
Update ZipSlip.qll
|
2022-03-03 17:12:06 +01:00 |
|
Rasmus Wriedt Larsen
|
3affa6cf3a
|
Python: Annotate xmltodict tests
|
2022-03-03 15:08:56 +01:00 |
|
Rasmus Wriedt Larsen
|
61291936bf
|
Python: Properly model xml.etree
|
2022-03-03 15:06:55 +01:00 |
|
Rasmus Wriedt Larsen
|
703e3e8a0f
|
Python: Handle DTD retrieval vuln in lxml
|
2022-03-03 14:46:48 +01:00 |
|
Rasmus Wriedt Larsen
|
e295399f70
|
Python: Properly handle huge_tree in lxml
|
2022-03-03 14:43:37 +01:00 |
|
Rasmus Wriedt Larsen
|
124c03c15c
|
Python: Expand lxml tests
And add annotations, see PoC.py for reference
Some of these needs fixing though
|
2022-03-03 14:40:45 +01:00 |
|
Tom Hvitved
|
9d6d479fba
|
Add missing QL doc
|
2022-03-03 14:17:41 +01:00 |
|
Rasmus Wriedt Larsen
|
3c321dd98d
|
Python: Model lxml.etree.get_default_parser in own class
|
2022-03-03 13:49:17 +01:00 |
|
Rasmus Wriedt Larsen
|
52891cb476
|
Python: Add PoC for XML vulns
|
2022-03-03 13:48:46 +01:00 |
|
Tom Hvitved
|
ba6ff88d05
|
Sync files
|
2022-03-03 12:30:50 +01:00 |
|
Rasmus Wriedt Larsen
|
661d8bf553
|
Python: Better handling of resolve_entities arg in lxml
|
2022-03-03 10:05:57 +01:00 |
|
Rasmus Wriedt Larsen
|
515b824b3c
|
Python: Add lxml positive test
|
2022-03-03 09:42:19 +01:00 |
|
Ahmed Farid
|
c45b67c316
|
Create zipslip_good.py
|
2022-03-02 18:10:24 +01:00 |
|
Ahmed Farid
|
aef1df122b
|
Create zipslip_bad.py
|
2022-03-02 18:09:45 +01:00 |
|
Ahmed Farid
|
c8f73ec845
|
Create ZipSlip.qlref
|
2022-03-02 18:08:32 +01:00 |
|
Rasmus Lerchedahl Petersen
|
6946ae931a
|
python: missed a spot..
|
2022-03-02 17:12:48 +01:00 |
|
Rasmus Wriedt Larsen
|
7f7758b83d
|
Python: rewrite xml sax modeling
|
2022-03-02 15:22:11 +01:00 |
|