Difference between revisions of "Security and Common Practices"
From GeeklogWiki
m (Typo) |
m (link to Best Practices) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
* [[register_globals]] | * [[register_globals]] | ||
* [[Including lib-common.php]] | * [[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.