test: injetar vulnerabilidade XSS para avaliar SonarQube
This commit is contained in:
+1
-2
@@ -6,10 +6,9 @@
|
||||
<title>Nexus Solutions | Inovação Tecnológica</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<script>const stripe_key = "sk_live_51MszB6Lkd8s987abc123xyz";</script>
|
||||
<body class="bg-gray-50 text-gray-900 font-sans">
|
||||
<!-- TODO: Remover esta chave de teste antes de ir para produção -->
|
||||
|
||||
<div onclick="eval(location.hash)">Executar código inseguro</div>
|
||||
<nav class="sticky top-0 bg-white/90 backdrop-blur-sm z-50 border-b border-gray-100 py-4 px-6 flex justify-between items-center">
|
||||
<div class="text-2xl font-black text-blue-700 tracking-tighter">NEXUS<span class="text-gray-400">.</span></div>
|
||||
<div class="hidden md:flex space-x-8 font-medium text-gray-600">
|
||||
|
||||
Reference in New Issue
Block a user