Difference between revisions of "Security and Common Practices"
From GeeklogWiki
(Added a page on register_globals) |
m (link to Best Practices) |
||
(7 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 | + | 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]] | * [[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.