Skip to content

Django ORM supports relational filtering, which enables the attacker to perform a relational filtering attack on a related field. Here, We are filtering for objects on the Article model so that is our entrypoint. We also have a one-to-one mapping to the Author model via the created_by field in the Article model.

Notifications You must be signed in to change notification settings

josephwandery/ORM-Relational-filter-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

Django ORM supports relational filtering, which enables the attacker to perform a relational filtering attack on a related field. Here, We are filtering for objects on the Article model so that is our entrypoint. We also have a one-to-one mapping to the Author model via the created_by field in the Article model.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages