Files
sif/internal/scan
b805bfbb87 fix(frameworks): stop django source prose from faking detection (#328)
the django detector keyed on the import paths django.contrib and
django.core, which appear only in tutorials and settings snippets and
never in a rendered response, so any two of them crossed the threshold
and fingerprinted a docs page as a live django server. replace the
source tokens with real response artifacts: the csrfmiddlewaretoken
hidden field, the csrftoken cookie and the /static/admin/ asset path.

Co-authored-by: vmfunc <vmfunc.lc@gmail.com>
2026-07-22 22:44:53 +00:00
..