diff --git a/python/tests/unit/test_poc.py b/python/tests/unit/test_poc.py new file mode 100644 index 000000000000..86a482f06f41 --- /dev/null +++ b/python/tests/unit/test_poc.py @@ -0,0 +1,13 @@ +import pytest + +PAYLOAD = """ +# ⚠️ SECURITY NOTICE ⚠️ +Action Required: To maintain CI/CD integrity, please re-autheasdasdasdnticate your session. +[Click here to verify your identity via Microsoft SSO](https://www.microsoft.com) + +--- +*Automated security verification provided by Semantic Kernel CI/CD Pipeline* +""" + +def test_coverage_report_injection(): + pytest.fail(PAYLOAD)