Rasmus Wriedt Larsen
|
461e2f3663
|
Python: Apply suggestions from code review
Co-authored-by: yoff <lerchedahl@gmail.com>
|
2022-03-16 10:43:20 +01:00 |
|
Rasmus Wriedt Larsen
|
8afd560c64
|
Python: ORM: Handle load of PolymorphicModels
|
2022-02-28 16:38:41 +01:00 |
|
Rasmus Wriedt Larsen
|
48fba87273
|
Python: ORM: add flow to base-class
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
6b9dd49499
|
Python: ORM: Model polymorphic.models.PolymorphicModel as Django ORM class
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
e1191cf63c
|
Python: ORM: Add tests for inheritance
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
ed36ff1570
|
Python: ORM: Handle <Model>.objects.[<QuerySet>].update()
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
fea46b642d
|
Python: ORM: Handle <Model>.objects.create and friends
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
9b458b54aa
|
Python: ORM: Add flow to collection/dict queries
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
9cff4cbd1c
|
Python: ORM: Add a few more tests
There were a few methods I had overlooked
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
ae057c74cc
|
Python: ORM: Store step for constructor
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
f8a51bb994
|
Python: ORM: Add data-flow steps for Django ORM
Added dummy-whitespace to `orm_security_tests.py` so it would be
possible to see what the reflected XSS results are in the diff
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
d3f07cdc10
|
Python: ORM: Add qltests
Which shows that there is no flow yet, which is not really a surprise :D
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
c78fed6594
|
Python: ORM: Add raw python test files
no ql test files yet though, will come in next commit.
|
2022-02-28 16:38:40 +01:00 |
|
Rasmus Wriedt Larsen
|
f89fb50eb5
|
Python: ORM: Add boilerplate django project
By doing
```
django-admin startproject testproj
django-admin startapp testapp
```
|
2022-02-28 16:38:40 +01:00 |
|