PyPI package intelligence

django — deep security report

ShadowCanopy's full breakdown of django on PyPI: verdict, AI analysis, dependency chain, network behavior, prebuilds, and obfuscated code.

Safe to use
Deep-scanned by ShadowCanopy — no threats found in its code, dependencies, or network behavior.
Scanned 8/7/2026
Approveddjango@6.1View on registry ↗latest: 6.1

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.

Protect your projects free

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.

5 packages4 direct
django@6.1302 findings
asgiref@3.12.1
sqlparse@0.5.5
tzdata@2026.3

Obfuscated / hidden code

Encoded payloads decoded statically (without executing them) so you can see what they resolve to.

Obfuscated source filetests/forms_tests/tests/test_i18n.py

Multiple obfuscation patterns in tests/forms_tests/tests/test_i18n.py

Obfuscated source filedjango-6.1/tests/forms_tests/tests/test_i18n.py

Multiple obfuscation patterns in django-6.1/tests/forms_tests/tests/test_i18n.py

Obfuscated source filetests/httpwrappers/tests.py

Multiple obfuscation patterns in tests/httpwrappers/tests.py

Obfuscated source filedjango-6.1/tests/httpwrappers/tests.py

Multiple obfuscation patterns in django-6.1/tests/httpwrappers/tests.py

Obfuscated source filetests/i18n/tests.py

Multiple obfuscation patterns in tests/i18n/tests.py

Obfuscated source filedjango-6.1/tests/i18n/tests.py

Multiple obfuscation patterns in django-6.1/tests/i18n/tests.py

Obfuscated source filetests/template_tests/syntax_tests/i18n/test_blocktranslate.py

Multiple obfuscation patterns in tests/template_tests/syntax_tests/i18n/test_blocktranslate.py

Obfuscated source filedjango-6.1/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

Obfuscated source filetests/utils_tests/test_encoding.py

Multiple obfuscation patterns in tests/utils_tests/test_encoding.py

Obfuscated source filedjango-6.1/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.

highMalicious URL in packageATK-021django/utils/feedgenerator.py

URLhaus: 2026-08-06 13:20:12: https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004/02/04/incompatible-rss (urlhaus)

highMalicious URL in packageATK-021django/utils/timesince.py

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)

highMalicious URL in packageATK-021docs/ref/contrib/gis/model-api.txt

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)

highMalicious URL in packageATK-021docs/ref/contrib/gis/tutorial.txt

URLhaus: 2026-08-06 13:20:12: https://web.archive.org/web/20240123190237/https://thematicmapping.org/downloads/world_borders.php (urlhaus)

highMalicious URL in packageATK-021docs/topics/testing/tools.txt

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)

highMalicious URL in packageATK-021tests/template_tests/filter_tests/test_urlize.py

URLhaus: 2026-08-07 03:42:31: HTTPS://github.com/ (urlhaus)

mediumObfuscated source fileATK-023django/contrib/admindocs/utils.py

Multiple obfuscation patterns in django/contrib/admindocs/utils.py

mediumObfuscated source fileATK-023django-6.1/django/contrib/admindocs/utils.py

Multiple obfuscation patterns in django-6.1/django/contrib/admindocs/utils.py

mediumObfuscated source fileATK-023django/contrib/gis/geos/prototypes/io.py

Multiple obfuscation patterns in django/contrib/gis/geos/prototypes/io.py

mediumObfuscated source fileATK-023django-6.1/django/contrib/gis/geos/prototypes/io.py

Multiple obfuscation patterns in django-6.1/django/contrib/gis/geos/prototypes/io.py

mediumObfuscated source fileATK-023django/core/validators.py

Multiple obfuscation patterns in django/core/validators.py

mediumObfuscated source fileATK-023django-6.1/django/core/validators.py

Multiple obfuscation patterns in django-6.1/django/core/validators.py

mediumObfuscated source fileATK-023django/utils/html.py

Multiple obfuscation patterns in django/utils/html.py

mediumObfuscated source fileATK-023django-6.1/django/utils/html.py

Multiple obfuscation patterns in django-6.1/django/utils/html.py

mediumObfuscated source fileATK-023tests/admin_views/tests.py

Multiple obfuscation patterns in tests/admin_views/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/admin_views/tests.py

Multiple obfuscation patterns in django-6.1/tests/admin_views/tests.py

mediumObfuscated source fileATK-023tests/auth_tests/test_hashers.py

Multiple obfuscation patterns in tests/auth_tests/test_hashers.py

mediumObfuscated source fileATK-023django-6.1/tests/auth_tests/test_hashers.py

Multiple obfuscation patterns in django-6.1/tests/auth_tests/test_hashers.py

mediumObfuscated source fileATK-023tests/auth_tests/test_management.py

Multiple obfuscation patterns in tests/auth_tests/test_management.py

mediumObfuscated source fileATK-023django-6.1/tests/auth_tests/test_management.py

Multiple obfuscation patterns in django-6.1/tests/auth_tests/test_management.py

mediumObfuscated source fileATK-023tests/backends/tests.py

Multiple obfuscation patterns in tests/backends/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/backends/tests.py

Multiple obfuscation patterns in django-6.1/tests/backends/tests.py

mediumObfuscated source fileATK-023tests/forms_tests/tests/test_i18n.py

Multiple obfuscation patterns in tests/forms_tests/tests/test_i18n.py

mediumObfuscated source fileATK-023django-6.1/tests/forms_tests/tests/test_i18n.py

Multiple obfuscation patterns in django-6.1/tests/forms_tests/tests/test_i18n.py

mediumObfuscated source fileATK-023tests/handlers/tests.py

Multiple obfuscation patterns in tests/handlers/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/handlers/tests.py

Multiple obfuscation patterns in django-6.1/tests/handlers/tests.py

mediumObfuscated source fileATK-023tests/httpwrappers/tests.py

Multiple obfuscation patterns in tests/httpwrappers/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/httpwrappers/tests.py

Multiple obfuscation patterns in django-6.1/tests/httpwrappers/tests.py

mediumObfuscated source fileATK-023tests/i18n/tests.py

Multiple obfuscation patterns in tests/i18n/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/i18n/tests.py

Multiple obfuscation patterns in django-6.1/tests/i18n/tests.py

mediumObfuscated source fileATK-023tests/logging_tests/tests.py

Multiple obfuscation patterns in tests/logging_tests/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/logging_tests/tests.py

Multiple obfuscation patterns in django-6.1/tests/logging_tests/tests.py

mediumObfuscated source fileATK-023tests/model_fields/models.py

Multiple obfuscation patterns in tests/model_fields/models.py

mediumObfuscated source fileATK-023django-6.1/tests/model_fields/models.py

Multiple obfuscation patterns in django-6.1/tests/model_fields/models.py

mediumObfuscated source fileATK-023tests/model_forms/tests.py

Multiple obfuscation patterns in tests/model_forms/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/model_forms/tests.py

Multiple obfuscation patterns in django-6.1/tests/model_forms/tests.py

mediumObfuscated source fileATK-023tests/requests_tests/tests.py

Multiple obfuscation patterns in tests/requests_tests/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/requests_tests/tests.py

Multiple obfuscation patterns in django-6.1/tests/requests_tests/tests.py

mediumObfuscated source fileATK-023tests/signing/tests.py

Multiple obfuscation patterns in tests/signing/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/signing/tests.py

Multiple obfuscation patterns in django-6.1/tests/signing/tests.py

mediumObfuscated source fileATK-023tests/template_tests/filter_tests/test_force_escape.py

Multiple obfuscation patterns in tests/template_tests/filter_tests/test_force_escape.py

mediumObfuscated source fileATK-023django-6.1/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

mediumObfuscated source fileATK-023tests/template_tests/syntax_tests/i18n/test_blocktranslate.py

Multiple obfuscation patterns in tests/template_tests/syntax_tests/i18n/test_blocktranslate.py

mediumObfuscated source fileATK-023django-6.1/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

mediumObfuscated source fileATK-023tests/test_client/tests.py

Multiple obfuscation patterns in tests/test_client/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/test_client/tests.py

Multiple obfuscation patterns in django-6.1/tests/test_client/tests.py

mediumObfuscated source fileATK-023tests/utils_tests/test_crypto.py

Multiple obfuscation patterns in tests/utils_tests/test_crypto.py

mediumObfuscated source fileATK-023django-6.1/tests/utils_tests/test_crypto.py

Multiple obfuscation patterns in django-6.1/tests/utils_tests/test_crypto.py

mediumObfuscated source fileATK-023tests/utils_tests/test_encoding.py

Multiple obfuscation patterns in tests/utils_tests/test_encoding.py

mediumObfuscated source fileATK-023django-6.1/tests/utils_tests/test_encoding.py

Multiple obfuscation patterns in django-6.1/tests/utils_tests/test_encoding.py

mediumObfuscated source fileATK-023tests/utils_tests/test_text.py

Multiple obfuscation patterns in tests/utils_tests/test_text.py

mediumObfuscated source fileATK-023django-6.1/tests/utils_tests/test_text.py

Multiple obfuscation patterns in django-6.1/tests/utils_tests/test_text.py

mediumObfuscated source fileATK-023tests/validators/tests.py

Multiple obfuscation patterns in tests/validators/tests.py

mediumObfuscated source fileATK-023django-6.1/tests/validators/tests.py

Multiple obfuscation patterns in django-6.1/tests/validators/tests.py

mediumObfuscated source fileATK-023tests/view_tests/tests/test_i18n.py

Multiple obfuscation patterns in tests/view_tests/tests/test_i18n.py

mediumObfuscated source fileATK-023django-6.1/tests/view_tests/tests/test_i18n.py

Multiple obfuscation patterns in django-6.1/tests/view_tests/tests/test_i18n.py

highHardcoded public IP in network codeATK-028django/conf/global_settings.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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/global_settings.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/ar_DZ/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/ar_DZ/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/az/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/az/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/bn/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/bn/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/cs/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/cs/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/cy/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/cy/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/da/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/da/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/de/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/de/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/de_CH/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/de_CH/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/el/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/el/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/en/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/en/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/en_AU/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/en_AU/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/en_CA/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/en_CA/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/en_GB/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/en_GB/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/en_IE/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/en_IE/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/eo/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/eo/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/fr/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/fr/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/fr_BE/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/fr_BE/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/fr_CA/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/fr_CA/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/fr_CH/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/fr_CH/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/hr/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/hr/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/ht/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/ht/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/hu/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/hu/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/ig/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/ig/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/it/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/it/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/ka/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/ka/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/ko/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/ko/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/ky/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/ky/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/lt/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/lt/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/lv/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/lv/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/mk/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/mk/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/ml/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/ml/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/ms/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/ms/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/nb/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/nb/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/nl/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/nl/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/nn/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/nn/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/pl/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/pl/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/pt/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/pt/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/pt_BR/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/pt_BR/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/ru/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/ru/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/sk/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/sk/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/sl/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/sl/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/sr/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/sr/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/sr_Latn/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/sr_Latn/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/sv/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/sv/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/tg/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/tg/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/th/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/th/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/tk/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/tk/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/tr/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/tr/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/uk/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/uk/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/uz/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/uz/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/zh_Hans/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/zh_Hans/formats.py

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.

highHardcoded public IP in network codeATK-028django/conf/locale/zh_Hant/formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/conf/locale/zh_Hant/formats.py

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.

highHardcoded public IP in network codeATK-028django/db/backends/mysql/base.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/db/backends/mysql/base.py

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.

highHardcoded public IP in network codeATK-028django/db/backends/mysql/operations.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/db/backends/mysql/operations.py

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.

highHardcoded public IP in network codeATK-028django/db/backends/sqlite3/_functions.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/db/backends/sqlite3/_functions.py

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.

highHardcoded public IP in network codeATK-028django/db/backends/utils.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/db/backends/utils.py

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.

highHardcoded public IP in network codeATK-028django/db/models/functions/datetime.py

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.

highHardcoded public IP in network codeATK-028django-6.1/django/db/models/functions/datetime.py

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.

highHardcoded public IP in network codeATK-028django/http/response.py

File django/http/response.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/django/http/response.py

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.

highHardcoded public IP in network codeATK-028django/utils/dateformat.py

File django/utils/dateformat.py contains a hardcoded public IP (16:01:07) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/django/utils/dateformat.py

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.

highHardcoded public IP in network codeATK-028django/utils/dateparse.py

File django/utils/dateparse.py contains a hardcoded public IP (04:05:06) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/django/utils/dateparse.py

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.

highHardcoded public IP in network codeATK-028docs/conf.py

File docs/conf.py contains a hardcoded public IP (09:06:53) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/docs/conf.py

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.

highHardcoded public IP in network codeATK-028tests/admin_scripts/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/admin_scripts/tests.py

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.

highHardcoded public IP in network codeATK-028tests/admin_views/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/admin_views/tests.py

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.

highHardcoded public IP in network codeATK-028tests/admin_widgets/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/admin_widgets/tests.py

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.

highHardcoded public IP in network codeATK-028tests/backends/sqlite/test_functions.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/backends/sqlite/test_functions.py

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.

highHardcoded public IP in network codeATK-028tests/cache/tests.py

File tests/cache/tests.py contains a hardcoded public IP (10:00:00) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/tests/cache/tests.py

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.

highHardcoded public IP in network codeATK-028tests/conditional_processing/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/conditional_processing/tests.py

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.

highHardcoded public IP in network codeATK-028tests/db_typecasts/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/db_typecasts/tests.py

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.

highHardcoded public IP in network codeATK-028tests/decorators/test_cache.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/decorators/test_cache.py

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.

highHardcoded public IP in network codeATK-028tests/decorators/test_http.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/decorators/test_http.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/field_tests/test_datetimefield.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/field_tests/test_datetimefield.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/field_tests/test_durationfield.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/field_tests/test_durationfield.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/field_tests/test_genericipaddressfield.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/field_tests/test_genericipaddressfield.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/field_tests/test_multivaluefield.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/field_tests/test_multivaluefield.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/field_tests/test_splitdatetimefield.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/field_tests/test_splitdatetimefield.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/field_tests/test_timefield.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/field_tests/test_timefield.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/field_tests/test_urlfield.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/field_tests/test_urlfield.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/tests/test_forms.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/tests/test_forms.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/tests/test_formsets.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/tests/test_formsets.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/tests/test_input_formats.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/tests/test_input_formats.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/widget_tests/test_checkboxselectmultiple.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/widget_tests/test_checkboxselectmultiple.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/widget_tests/test_datetimeinput.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/widget_tests/test_datetimeinput.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/widget_tests/test_multiwidget.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/widget_tests/test_multiwidget.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/widget_tests/test_radioselect.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/widget_tests/test_radioselect.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/widget_tests/test_select.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/widget_tests/test_select.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/widget_tests/test_splitdatetimewidget.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/widget_tests/test_splitdatetimewidget.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/widget_tests/test_splithiddendatetimewidget.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/widget_tests/test_splithiddendatetimewidget.py

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.

highHardcoded public IP in network codeATK-028tests/forms_tests/widget_tests/test_timeinput.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/forms_tests/widget_tests/test_timeinput.py

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.

highHardcoded public IP in network codeATK-028tests/humanize_tests/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/humanize_tests/tests.py

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.

highHardcoded public IP in network codeATK-028tests/i18n/tests.py

File tests/i18n/tests.py contains a hardcoded public IP (06:00:00) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/tests/i18n/tests.py

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.

highHardcoded public IP in network codeATK-028tests/logging_tests/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/logging_tests/tests.py

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.

highHardcoded public IP in network codeATK-028tests/lookup/test_timefield.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/lookup/test_timefield.py

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.

highHardcoded public IP in network codeATK-028tests/lookup/tests.py

File tests/lookup/tests.py contains a hardcoded public IP (00:00:00) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/tests/lookup/tests.py

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.

highHardcoded public IP in network codeATK-028tests/mail/tests.py

File tests/mail/tests.py contains a hardcoded public IP (01:08:47) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/tests/mail/tests.py

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.

highHardcoded public IP in network codeATK-028tests/messages_tests/test_cookie.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/messages_tests/test_cookie.py

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.

highHardcoded public IP in network codeATK-028tests/middleware/tests.py

File tests/middleware/tests.py contains a hardcoded public IP (17:38:44) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/tests/middleware/tests.py

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.

highHardcoded public IP in network codeATK-028tests/model_fields/test_datetimefield.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/model_fields/test_datetimefield.py

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.

highHardcoded public IP in network codeATK-028tests/model_fields/test_durationfield.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/model_fields/test_durationfield.py

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.

highHardcoded public IP in network codeATK-028tests/model_forms/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/model_forms/tests.py

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.

highHardcoded public IP in network codeATK-028tests/postgres_tests/test_ranges.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/postgres_tests/test_ranges.py

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.

highHardcoded public IP in network codeATK-028tests/queries/tests.py

File tests/queries/tests.py contains a hardcoded public IP (0:5:3) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/tests/queries/tests.py

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.

highHardcoded public IP in network codeATK-028tests/requests_tests/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/requests_tests/tests.py

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.

highHardcoded public IP in network codeATK-028tests/responses/test_cookie.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/responses/test_cookie.py

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.

highHardcoded public IP in network codeATK-028tests/schema/tests.py

File tests/schema/tests.py contains a hardcoded public IP (3:16:17) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/tests/schema/tests.py

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.

highHardcoded public IP in network codeATK-028tests/serializers/test_data.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/serializers/test_data.py

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.

highHardcoded public IP in network codeATK-028tests/serializers/test_yaml.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/serializers/test_yaml.py

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.

highHardcoded public IP in network codeATK-028tests/serializers/tests.py

File tests/serializers/tests.py contains a hardcoded public IP (04:05:06) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/tests/serializers/tests.py

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.

highHardcoded public IP in network codeATK-028tests/sessions_tests/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/sessions_tests/tests.py

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.

highHardcoded public IP in network codeATK-028tests/sitemaps_tests/test_generic.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/sitemaps_tests/test_generic.py

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.

highHardcoded public IP in network codeATK-028tests/sitemaps_tests/test_http.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/sitemaps_tests/test_http.py

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.

highHardcoded public IP in network codeATK-028tests/syndication_tests/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/syndication_tests/tests.py

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.

highHardcoded public IP in network codeATK-028tests/test_runner/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/test_runner/tests.py

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.

highHardcoded public IP in network codeATK-028tests/timezones/tests.py

File tests/timezones/tests.py contains a hardcoded public IP (10:20:30) used in network code — review for hidden exfiltration or C2 endpoints.

highHardcoded public IP in network codeATK-028django-6.1/tests/timezones/tests.py

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.

highHardcoded public IP in network codeATK-028tests/utils_tests/test_dateformat.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/utils_tests/test_dateformat.py

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.

highHardcoded public IP in network codeATK-028tests/utils_tests/test_dateparse.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/utils_tests/test_dateparse.py

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.

highHardcoded public IP in network codeATK-028tests/utils_tests/test_duration.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/utils_tests/test_duration.py

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.

highHardcoded public IP in network codeATK-028tests/utils_tests/test_feedgenerator.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/utils_tests/test_feedgenerator.py

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.

highHardcoded public IP in network codeATK-028tests/utils_tests/test_http.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/utils_tests/test_http.py

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.

highHardcoded public IP in network codeATK-028tests/utils_tests/test_ipv6.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/utils_tests/test_ipv6.py

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.

highHardcoded public IP in network codeATK-028tests/validation/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/validation/tests.py

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.

highHardcoded public IP in network codeATK-028tests/validators/tests.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/validators/tests.py

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.

highHardcoded public IP in network codeATK-028tests/view_tests/tests/test_static.py

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.

highHardcoded public IP in network codeATK-028django-6.1/tests/view_tests/tests/test_static.py

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

LicenseUnknown

A high-level Python web framework that encourages rapid development and clean, pragmatic design.

Files in package (500)

AUTHORSdjango-6.1/AUTHORSCONTRIBUTING.rstdjango-6.1/CONTRIBUTING.rstDjango.egg-info/PKG-INFOdjango-6.1/Django.egg-info/PKG-INFODjango.egg-info/SOURCES.txtdjango-6.1/Django.egg-info/SOURCES.txtDjango.egg-info/dependency_links.txtdjango-6.1/Django.egg-info/dependency_links.txtDjango.egg-info/entry_points.txtdjango-6.1/Django.egg-info/entry_points.txtDjango.egg-info/requires.txtdjango-6.1/Django.egg-info/requires.txtDjango.egg-info/top_level.txtdjango-6.1/Django.egg-info/top_level.txtGruntfile.jsdjango-6.1/Gruntfile.jsINSTALLdjango-6.1/INSTALLLICENSEdjango-6.1/LICENSELICENSE.pythondjango-6.1/LICENSE.pythonMANIFEST.indjango-6.1/MANIFEST.inPKG-INFOdjango-6.1/PKG-INFOREADME.rstdjango-6.1/README.rstdjango/__init__.pydjango-6.1/django/__init__.pydjango/__main__.pydjango-6.1/django/__main__.pydjango/apps/__init__.pydjango-6.1/django/apps/__init__.pydjango/apps/config.pydjango-6.1/django/apps/config.pydjango/apps/registry.pydjango-6.1/django/apps/registry.py

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.

Protect your projects freeSee what's being blocked

This report reflects ShadowCanopy's threat intelligence at page load and is informational, not a warranty. Canonical URL: https://shadowcanopy.dev/packages/pypi/django