aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/csrf
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/csrf
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/glossary/csrf')
-rw-r--r--files/es/glossary/csrf/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/es/glossary/csrf/index.html b/files/es/glossary/csrf/index.html
new file mode 100644
index 0000000000..08a5754942
--- /dev/null
+++ b/files/es/glossary/csrf/index.html
@@ -0,0 +1,19 @@
+---
+title: CSRF
+slug: Glossary/CSRF
+tags:
+ - Glosario
+ - Seguridad
+translation_of: Glossary/CSRF
+---
+<p><strong>CSRF</strong> (Cross-Site Request Forgery) es un ataque que falsifica una petición a un servidor web haciéndose pasar por un usuario de confianza. Esto se puede hacer, por ejemplo, incluyendo parámetros maliciosos en una {{glossary("URL")}} después de un enlace que pretende redirigir a otro sitio.</p>
+
+<h2 id="Saber_más">Saber más</h2>
+
+<h3 id="Conocimiento_general">Conocimiento general</h3>
+
+<ul>
+ <li><a href="https://es.wikipedia.org/wiki/Cross-site_request_forgery">Cross site request forgery</a> en Wikipedia</li>
+ <li><a href="https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet">Medidas de prevención</a></li>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/Security/Information_Security_Basics">Tutorial de seguridad de MDN</a></li>
+</ul>