All findings are false positives from Django 6.1 source. The 'malicious URLs' are archived documentation links and test data (e.g., old blog posts, GIS examples, Selenium FAQ). The 'obfuscated' patterns are normal regexes and Unicode escapes for i18n, encoding, and binary data handling. The 'hardcoded IPs' are date/time format strings in locale and test files. No credential theft, exfiltration, or backdoors present.
AI breakdown
Plain-English summary of what this package does and how it behaves.
Django is a high-level Python web framework for rapid web development and clean design, distributed as the official django package on PyPI.
Capabilities
- Includes Python source for web framework components
- Provides configuration, locale, and template files
Data access
- Filesystem
Network
- Contains hardcoded public IP addresses (per static findings)
Package manifest matches the legitimate Django framework with no install scripts or dependencies, but static findings report numerous instances of malicious URLs, obfuscated files, and hardcoded IPs that warrant verification before use.
Dependency & execution chain
Every package this one pulls in, colored by verdict. Expand to walk the tree.
Obfuscated / hidden code
Encoded payloads decoded statically (without executing them) so you can see what they resolve to.
Multiple obfuscation patterns in tests/forms_tests/tests/test_i18n.py
Multiple obfuscation patterns in django-6.1/tests/forms_tests/tests/test_i18n.py
Multiple obfuscation patterns in tests/httpwrappers/tests.py
Multiple obfuscation patterns in django-6.1/tests/httpwrappers/tests.py
Multiple obfuscation patterns in tests/i18n/tests.py
Multiple obfuscation patterns in django-6.1/tests/i18n/tests.py
Multiple obfuscation patterns in tests/template_tests/syntax_tests/i18n/test_blocktranslate.py
Multiple obfuscation patterns in django-6.1/tests/template_tests/syntax_tests/i18n/test_blocktranslate.py
Multiple obfuscation patterns in tests/utils_tests/test_encoding.py
Multiple obfuscation patterns in django-6.1/tests/utils_tests/test_encoding.py
Security findings (302)
Static analysis rule matches, with the exact code that triggered them.
URLhaus: 2026-08-06 13:20:12: https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004/02/04/incompatible-rss (urlhaus)
URLhaus: 2026-08-06 13:20:12: https://web.archive.org/web/20060617175230/http://blog.natbat.co.uk/archive/2003/Jun/14/time_since (urlhaus)
URLhaus: 2026-08-06 13:20:12: https://web.archive.org/web/20080302095452/http://welcome.warnercnr.colostate.edu/class_info/nr502/lg3/datums_coordinates/spcs.html (urlhaus)
URLhaus: 2026-08-06 13:20:12: https://web.archive.org/web/20240123190237/https://thematicmapping.org/downloads/world_borders.php (urlhaus)
URLhaus: 2026-08-06 13:20:12: https://web.archive.org/web/20160129132110/http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions#Q:_WebDriver_fails_to_find_elements_/_Does_not_block_on_page_loa (urlhaus)
URLhaus: 2026-08-07 03:42:31: HTTPS://github.com/ (urlhaus)
Multiple obfuscation patterns in django/contrib/admindocs/utils.py
Multiple obfuscation patterns in django-6.1/django/contrib/admindocs/utils.py
Multiple obfuscation patterns in django/contrib/gis/geos/prototypes/io.py
Multiple obfuscation patterns in django-6.1/django/contrib/gis/geos/prototypes/io.py
Multiple obfuscation patterns in django/core/validators.py
Multiple obfuscation patterns in django-6.1/django/core/validators.py
Multiple obfuscation patterns in django/utils/html.py
Multiple obfuscation patterns in django-6.1/django/utils/html.py
Multiple obfuscation patterns in tests/admin_views/tests.py
Multiple obfuscation patterns in django-6.1/tests/admin_views/tests.py
Multiple obfuscation patterns in tests/auth_tests/test_hashers.py
Multiple obfuscation patterns in django-6.1/tests/auth_tests/test_hashers.py
Multiple obfuscation patterns in tests/auth_tests/test_management.py
Multiple obfuscation patterns in django-6.1/tests/auth_tests/test_management.py
Multiple obfuscation patterns in tests/backends/tests.py
Multiple obfuscation patterns in django-6.1/tests/backends/tests.py
Multiple obfuscation patterns in tests/forms_tests/tests/test_i18n.py
Multiple obfuscation patterns in django-6.1/tests/forms_tests/tests/test_i18n.py
Multiple obfuscation patterns in tests/handlers/tests.py
Multiple obfuscation patterns in django-6.1/tests/handlers/tests.py
Multiple obfuscation patterns in tests/httpwrappers/tests.py
Multiple obfuscation patterns in django-6.1/tests/httpwrappers/tests.py
Multiple obfuscation patterns in tests/i18n/tests.py
Multiple obfuscation patterns in django-6.1/tests/i18n/tests.py
Multiple obfuscation patterns in tests/logging_tests/tests.py
Multiple obfuscation patterns in django-6.1/tests/logging_tests/tests.py
Multiple obfuscation patterns in tests/model_fields/models.py
Multiple obfuscation patterns in django-6.1/tests/model_fields/models.py
Multiple obfuscation patterns in tests/model_forms/tests.py
Multiple obfuscation patterns in django-6.1/tests/model_forms/tests.py
Multiple obfuscation patterns in tests/requests_tests/tests.py
Multiple obfuscation patterns in django-6.1/tests/requests_tests/tests.py
Multiple obfuscation patterns in tests/signing/tests.py
Multiple obfuscation patterns in django-6.1/tests/signing/tests.py
Multiple obfuscation patterns in tests/template_tests/filter_tests/test_force_escape.py
Multiple obfuscation patterns in django-6.1/tests/template_tests/filter_tests/test_force_escape.py
Multiple obfuscation patterns in tests/template_tests/syntax_tests/i18n/test_blocktranslate.py
Multiple obfuscation patterns in django-6.1/tests/template_tests/syntax_tests/i18n/test_blocktranslate.py
Multiple obfuscation patterns in tests/test_client/tests.py
Multiple obfuscation patterns in django-6.1/tests/test_client/tests.py
Multiple obfuscation patterns in tests/utils_tests/test_crypto.py
Multiple obfuscation patterns in django-6.1/tests/utils_tests/test_crypto.py
Multiple obfuscation patterns in tests/utils_tests/test_encoding.py
Multiple obfuscation patterns in django-6.1/tests/utils_tests/test_encoding.py
Multiple obfuscation patterns in tests/utils_tests/test_text.py
Multiple obfuscation patterns in django-6.1/tests/utils_tests/test_text.py
Multiple obfuscation patterns in tests/validators/tests.py
Multiple obfuscation patterns in django-6.1/tests/validators/tests.py
Multiple obfuscation patterns in tests/view_tests/tests/test_i18n.py
Multiple obfuscation patterns in django-6.1/tests/view_tests/tests/test_i18n.py
File django/conf/global_settings.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/global_settings.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/ar_DZ/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/ar_DZ/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/az/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/az/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/bn/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/bn/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/cs/formats.py contains a hardcoded public IP (04:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/cs/formats.py contains a hardcoded public IP (04:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/cy/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/cy/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/da/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/da/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/de/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/de/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/de_CH/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/de_CH/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/el/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/el/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/en/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/en/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/en_AU/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/en_AU/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/en_CA/formats.py contains a hardcoded public IP (14:30:57) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/en_CA/formats.py contains a hardcoded public IP (14:30:57) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/en_GB/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/en_GB/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/en_IE/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/en_IE/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/eo/formats.py contains a hardcoded public IP (18:59:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/eo/formats.py contains a hardcoded public IP (18:59:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/fr/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/fr/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/fr_BE/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/fr_BE/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/fr_CA/formats.py contains a hardcoded public IP (14:30:57) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/fr_CA/formats.py contains a hardcoded public IP (14:30:57) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/fr_CH/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/fr_CH/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/hr/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/hr/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/ht/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/ht/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/hu/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/hu/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/ig/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/ig/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/it/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/it/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/ka/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/ka/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/ko/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/ko/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/ky/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/ky/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/lt/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/lt/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/lv/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/lv/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/mk/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/mk/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/ml/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/ml/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/ms/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/ms/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/nb/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/nb/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/nl/formats.py contains a hardcoded public IP (15:23:35) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/nl/formats.py contains a hardcoded public IP (15:23:35) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/nn/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/nn/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/pl/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/pl/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/pt/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/pt/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/pt_BR/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/pt_BR/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/ru/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/ru/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/sk/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/sk/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/sl/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/sl/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/sr/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/sr/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/sr_Latn/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/sr_Latn/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/sv/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/sv/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/tg/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/tg/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/th/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/th/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/tk/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/tk/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/tr/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/tr/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/uk/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/uk/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/uz/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/uz/formats.py contains a hardcoded public IP (14:30:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/zh_Hans/formats.py contains a hardcoded public IP (20:45:29) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/zh_Hans/formats.py contains a hardcoded public IP (20:45:29) used in network code — review for hidden exfiltration or C2 endpoints.
File django/conf/locale/zh_Hant/formats.py contains a hardcoded public IP (20:45:29) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/conf/locale/zh_Hant/formats.py contains a hardcoded public IP (20:45:29) used in network code — review for hidden exfiltration or C2 endpoints.
File django/db/backends/mysql/base.py contains a hardcoded public IP (01:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/db/backends/mysql/base.py contains a hardcoded public IP (01:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django/db/backends/mysql/operations.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/db/backends/mysql/operations.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django/db/backends/sqlite3/_functions.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/db/backends/sqlite3/_functions.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django/db/backends/utils.py contains a hardcoded public IP (15:48:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/db/backends/utils.py contains a hardcoded public IP (15:48:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django/db/models/functions/datetime.py contains a hardcoded public IP (23:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/db/models/functions/datetime.py contains a hardcoded public IP (23:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django/http/response.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/http/response.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django/utils/dateformat.py contains a hardcoded public IP (16:01:07) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/utils/dateformat.py contains a hardcoded public IP (16:01:07) used in network code — review for hidden exfiltration or C2 endpoints.
File django/utils/dateparse.py contains a hardcoded public IP (04:05:06) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/django/utils/dateparse.py contains a hardcoded public IP (04:05:06) used in network code — review for hidden exfiltration or C2 endpoints.
File docs/conf.py contains a hardcoded public IP (09:06:53) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/docs/conf.py contains a hardcoded public IP (09:06:53) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/admin_scripts/tests.py contains a hardcoded public IP (1.2.3.4) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/admin_scripts/tests.py contains a hardcoded public IP (1.2.3.4) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/admin_views/tests.py contains a hardcoded public IP (11:54:58) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/admin_views/tests.py contains a hardcoded public IP (11:54:58) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/admin_widgets/tests.py contains a hardcoded public IP (09:30:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/admin_widgets/tests.py contains a hardcoded public IP (09:30:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/backends/sqlite/test_functions.py contains a hardcoded public IP (1:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/backends/sqlite/test_functions.py contains a hardcoded public IP (1:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/cache/tests.py contains a hardcoded public IP (10:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/cache/tests.py contains a hardcoded public IP (10:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/conditional_processing/tests.py contains a hardcoded public IP (23:21:47) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/conditional_processing/tests.py contains a hardcoded public IP (23:21:47) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/db_typecasts/tests.py contains a hardcoded public IP (0:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/db_typecasts/tests.py contains a hardcoded public IP (0:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/decorators/test_cache.py contains a hardcoded public IP (01:54:21) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/decorators/test_cache.py contains a hardcoded public IP (01:54:21) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/decorators/test_http.py contains a hardcoded public IP (23:21:47) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/decorators/test_http.py contains a hardcoded public IP (23:21:47) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/field_tests/test_datetimefield.py contains a hardcoded public IP (14:30:45) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/field_tests/test_datetimefield.py contains a hardcoded public IP (14:30:45) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/field_tests/test_durationfield.py contains a hardcoded public IP (1:15:30) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/field_tests/test_durationfield.py contains a hardcoded public IP (1:15:30) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/field_tests/test_genericipaddressfield.py contains a hardcoded public IP (1.2.3.4) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/field_tests/test_genericipaddressfield.py contains a hardcoded public IP (1.2.3.4) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/field_tests/test_multivaluefield.py contains a hardcoded public IP (6:24:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/field_tests/test_multivaluefield.py contains a hardcoded public IP (6:24:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/field_tests/test_splitdatetimefield.py contains a hardcoded public IP (09:18:15) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/field_tests/test_splitdatetimefield.py contains a hardcoded public IP (09:18:15) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/field_tests/test_timefield.py contains a hardcoded public IP (14:25:59) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/field_tests/test_timefield.py contains a hardcoded public IP (14:25:59) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/field_tests/test_urlfield.py contains a hardcoded public IP (200.8.9.10) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/field_tests/test_urlfield.py contains a hardcoded public IP (200.8.9.10) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/tests/test_forms.py contains a hardcoded public IP (14:30:45) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/tests/test_forms.py contains a hardcoded public IP (14:30:45) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/tests/test_formsets.py contains a hardcoded public IP (15:51:33) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/tests/test_formsets.py contains a hardcoded public IP (15:51:33) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/tests/test_input_formats.py contains a hardcoded public IP (1:30:05) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/tests/test_input_formats.py contains a hardcoded public IP (1:30:05) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/widget_tests/test_checkboxselectmultiple.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/widget_tests/test_checkboxselectmultiple.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/widget_tests/test_datetimeinput.py contains a hardcoded public IP (12:51:34) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/widget_tests/test_datetimeinput.py contains a hardcoded public IP (12:51:34) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/widget_tests/test_multiwidget.py contains a hardcoded public IP (06:24:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/widget_tests/test_multiwidget.py contains a hardcoded public IP (06:24:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/widget_tests/test_radioselect.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/widget_tests/test_radioselect.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/widget_tests/test_select.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/widget_tests/test_select.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/widget_tests/test_splitdatetimewidget.py contains a hardcoded public IP (07:30:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/widget_tests/test_splitdatetimewidget.py contains a hardcoded public IP (07:30:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/widget_tests/test_splithiddendatetimewidget.py contains a hardcoded public IP (12:51:34) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/widget_tests/test_splithiddendatetimewidget.py contains a hardcoded public IP (12:51:34) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/forms_tests/widget_tests/test_timeinput.py contains a hardcoded public IP (12:51:34) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/forms_tests/widget_tests/test_timeinput.py contains a hardcoded public IP (12:51:34) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/humanize_tests/tests.py contains a hardcoded public IP (16:30:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/humanize_tests/tests.py contains a hardcoded public IP (16:30:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/i18n/tests.py contains a hardcoded public IP (06:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/i18n/tests.py contains a hardcoded public IP (06:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/logging_tests/tests.py contains a hardcoded public IP (10:20:30) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/logging_tests/tests.py contains a hardcoded public IP (10:20:30) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/lookup/test_timefield.py contains a hardcoded public IP (12:34:56) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/lookup/test_timefield.py contains a hardcoded public IP (12:34:56) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/lookup/tests.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/lookup/tests.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/mail/tests.py contains a hardcoded public IP (01:08:47) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/mail/tests.py contains a hardcoded public IP (01:08:47) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/messages_tests/test_cookie.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/messages_tests/test_cookie.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/middleware/tests.py contains a hardcoded public IP (17:38:44) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/middleware/tests.py contains a hardcoded public IP (17:38:44) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/model_fields/test_datetimefield.py contains a hardcoded public IP (03:04:05) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/model_fields/test_datetimefield.py contains a hardcoded public IP (03:04:05) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/model_fields/test_durationfield.py contains a hardcoded public IP (01:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/model_fields/test_durationfield.py contains a hardcoded public IP (01:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/model_forms/tests.py contains a hardcoded public IP (0:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/model_forms/tests.py contains a hardcoded public IP (0:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/postgres_tests/test_ranges.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/postgres_tests/test_ranges.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/queries/tests.py contains a hardcoded public IP (0:5:3) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/queries/tests.py contains a hardcoded public IP (0:5:3) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/requests_tests/tests.py contains a hardcoded public IP (12.34.56.78) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/requests_tests/tests.py contains a hardcoded public IP (12.34.56.78) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/responses/test_cookie.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/responses/test_cookie.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/schema/tests.py contains a hardcoded public IP (3:16:17) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/schema/tests.py contains a hardcoded public IP (3:16:17) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/serializers/test_data.py contains a hardcoded public IP (fe80:1424:2223:6cff:fe8a:2e8a:2151:abcd) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/serializers/test_data.py contains a hardcoded public IP (fe80:1424:2223:6cff:fe8a:2e8a:2151:abcd) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/serializers/test_yaml.py contains a hardcoded public IP (11:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/serializers/test_yaml.py contains a hardcoded public IP (11:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/serializers/tests.py contains a hardcoded public IP (04:05:06) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/serializers/tests.py contains a hardcoded public IP (04:05:06) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/sessions_tests/tests.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/sessions_tests/tests.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/sitemaps_tests/test_generic.py contains a hardcoded public IP (10:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/sitemaps_tests/test_generic.py contains a hardcoded public IP (10:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/sitemaps_tests/test_http.py contains a hardcoded public IP (10:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/sitemaps_tests/test_http.py contains a hardcoded public IP (10:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/syndication_tests/tests.py contains a hardcoded public IP (01:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/syndication_tests/tests.py contains a hardcoded public IP (01:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/test_runner/tests.py contains a hardcoded public IP (1:2:3) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/test_runner/tests.py contains a hardcoded public IP (1:2:3) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/timezones/tests.py contains a hardcoded public IP (10:20:30) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/timezones/tests.py contains a hardcoded public IP (10:20:30) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/utils_tests/test_dateformat.py contains a hardcoded public IP (22:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/utils_tests/test_dateformat.py contains a hardcoded public IP (22:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/utils_tests/test_dateparse.py contains a hardcoded public IP (09:15:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/utils_tests/test_dateparse.py contains a hardcoded public IP (09:15:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/utils_tests/test_duration.py contains a hardcoded public IP (01:03:05) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/utils_tests/test_duration.py contains a hardcoded public IP (01:03:05) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/utils_tests/test_feedgenerator.py contains a hardcoded public IP (13:37:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/utils_tests/test_feedgenerator.py contains a hardcoded public IP (13:37:00) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/utils_tests/test_http.py contains a hardcoded public IP (2001:cdba:0000:0000:0000:0000:3257:9652) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/utils_tests/test_http.py contains a hardcoded public IP (2001:cdba:0000:0000:0000:0000:3257:9652) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/utils_tests/test_ipv6.py contains a hardcoded public IP (2.125.160.216) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/utils_tests/test_ipv6.py contains a hardcoded public IP (2.125.160.216) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/validation/tests.py contains a hardcoded public IP (1.2.3.4) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/validation/tests.py contains a hardcoded public IP (1.2.3.4) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/validators/tests.py contains a hardcoded public IP (200.8.9.10) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/validators/tests.py contains a hardcoded public IP (200.8.9.10) used in network code — review for hidden exfiltration or C2 endpoints.
File tests/view_tests/tests/test_static.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
File django-6.1/tests/view_tests/tests/test_static.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.
Package metadata
A high-level Python web framework that encourages rapid development and clean, pragmatic design.
Files in package (500)
How ShadowCanopy checks PyPI packages
ShadowCanopy blocks every dependency by default and only lets through what it can verify — against live malicious-package advisories, an AI behavior scan, and a byte-for-byte hash check. It protects installs across npm, PyPI, crates.io, pkg.go.dev, RubyGems, Maven Central, NuGet, Packagist, Hex, pub.dev, Swift Package Manager.
Other PyPI packages
This report reflects ShadowCanopy's threat intelligence at page load and is informational, not a warranty. Canonical URL: https://shadowcanopy.dev/packages/pypi/django