Difference between revisions of "Security and Common Practices"

From GeeklogWiki
Jump to: navigation, search
(Launch page for Security related development topics)
 
m (link to Best Practices)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a collection of articles on security considerations when developing plugins and other add-ons for Geeklog.
+
This is a collection of articles on security considerations when developing for Geeklog. They apply to core code as well as plugins and other add-ons.
  
 
* [[Using COM_applyFilter]]
 
* [[Using COM_applyFilter]]
 +
* [[register_globals]]
 +
* [[Including lib-common.php]]
 +
* [[Logging|Be careful what you log]]
 +
* [[File Paths]]
 +
* [[CSRF Protection]]
 +
* [[StripSlashes|A Note on StripSlashes and Other Friends]]
 +
* [[Best Practices]]
 +
 +
 +
[[Category:Development]]

Latest revision as of 19:52, 30 January 2010

This is a collection of articles on security considerations when developing for Geeklog. They apply to core code as well as plugins and other add-ons.