DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:security

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
devel:security [2015-11-07 16:18] – [Security Guidelines for Plugin Authors] 50.141.100.133devel:security [2016-06-20 20:32] – [Typical Vulnerability Example] Grammar 139.174.200.55
Line 8: Line 8:
 A list of the most common security issues and how to avoid them can be found on this page. A short summary: A list of the most common security issues and how to avoid them can be found on this page. A short summary:
   * Cross Site Scripting (XSS) -- inserts malicious code into website to manipulate site in browser of user   * Cross Site Scripting (XSS) -- inserts malicious code into website to manipulate site in browser of user
-  * Cross Site Request Forgery (CSRF) -- tricks to let you self do unknowingly harmfull actions on your site +  * Cross Site Request Forgery (CSRF) -- tricks to let you self do unknowingly harmful actions on your site 
   * Remote Code Inclusion -- includes code on server that's executed there   * Remote Code Inclusion -- includes code on server that's executed there
-  * Information leaks -- there is too much information showed+  * Information leaks -- there is too much information shown
   * SQL injection -- one can do unwanted requests on your data   * SQL injection -- one can do unwanted requests on your data
  
Line 199: Line 199:
 </code> </code>
  
-What the user's browser will do then?+What will the user's browser do then?
  
 The browser will process this image as any other and will send a request to this URL. Your plugin will then see that $_GET['yn'] is set and will call the do_something_with_yn() function. The browser will process this image as any other and will send a request to this URL. Your plugin will then see that $_GET['yn'] is set and will call the do_something_with_yn() function.
devel/security.txt · Last modified: 2023-08-14 13:41 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki