nyx/tests/dynamic_fixtures/python/xss_unsupported.py
2026-06-05 10:16:30 -05:00

9 lines
228 B
Python

"""XSS — unsupported fixture (low confidence).
Expected verdict: Unsupported(ConfidenceTooLow)
"""
def render(input_text):
"""Vulnerable render in unsupported-confidence test."""
print(f"<span>{input_text}</span>")