{"id":19458812,"url":"https://github.com/lchsk/django-insecure","last_synced_at":"2025-04-25T06:30:35.253Z","repository":{"id":46853605,"uuid":"238546394","full_name":"lchsk/django-insecure","owner":"lchsk","description":"Example of an insecure Django application","archived":false,"fork":false,"pushed_at":"2023-02-20T12:05:29.000Z","size":15,"stargazers_count":12,"open_issues_count":2,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T17:23:00.483Z","etag":null,"topics":["django","education","security"],"latest_commit_sha":null,"homepage":"https://lchsk.com/stay-paranoid-and-trust-no-one-overview-of-common-security-vulnerabilities-in-web-applications.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lchsk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-05T20:53:14.000Z","updated_at":"2024-08-12T22:04:27.000Z","dependencies_parsed_at":"2024-11-11T16:15:31.954Z","dependency_job_id":null,"html_url":"https://github.com/lchsk/django-insecure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lchsk%2Fdjango-insecure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lchsk%2Fdjango-insecure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lchsk%2Fdjango-insecure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lchsk%2Fdjango-insecure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lchsk","download_url":"https://codeload.github.com/lchsk/django-insecure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250766975,"owners_count":21483898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","education","security"],"created_at":"2024-11-10T17:28:36.385Z","updated_at":"2025-04-25T06:30:34.950Z","avatar_url":"https://github.com/lchsk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Django application with a number of built-in security vulnerabilities\n\nCorresponding article with examples and explanation: [Stay paranoid and trust no one. Overview of common security vulnerabilities in web applications](https://lchsk.com/stay-paranoid-and-trust-no-one-overview-of-common-security-vulnerabilities-in-web-applications.html)\n\nSome of them are detected with [bandit](https://github.com/PyCQA/bandit)\n\nRun it like this:\n\n```\nbandit -r ./insecure/security\n```\n\nTo start the server:\n\n```\npython manage.py runserver\n```\n\nContains examples of threats:\n\n- SQL injection\n\n- Command injection\n\n- Insecure deserialization (unsafe use of Python `pickle`)\n\n- Cross-site scripting (XSS)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flchsk%2Fdjango-insecure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flchsk%2Fdjango-insecure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flchsk%2Fdjango-insecure/lists"}