4cb74508d601ccd703aa9b62e6cd7699015c9f6c
[mirrors/Kyberia-bloodline.git] / doc / TODO
1 - User mail is not working
2
3 - Registration process is not working
4 (IMHO we should use SHA1 or stronger algorithm instead of MD5 for storing passwords)
5 (We can use multiple hash algorithms (so we'll have backward DB compatibility):
6 {SHA256}0654209dbde29a5c17e4f04ab63a91d303d2e7c791c7b5777581a7fa6550054e
7 {SHA1}f67c52c4a27cf05c99e4f3f946d6500f045a4735
8 5b077a0ab90992d9763c5b120b22c9d7
9 )
10
11 - Cron scripts are not executed
12 (no automatic logouts, no K generation, ...)
13
14 - fix uploading of files
15
16 - fix ALL sql injections
17
18 - remove absolute paths from all source files (!) (over 50)
19
20 - remove hard-coded kyberia.sk from:
21 ( ./inc/eventz/configure_email.inc )
22 ( ./inc/eventz/delete.inc )
23 ( ./inc/smarty/node_methodz/modifier.replaceLocalURLs.php )
24 ( ./inc/replaceLocalURLs.inc )
25 ( ./nodes.php )
26 ( ./cron/rssparse.php )
27 ( ./scripts/contentregexp.php ) (obsolete?)
28 Fix https vs http problem (url)
29
30 - Suspected security holes:
31 ( cron/process-img.sh )
32 ( sms_payment.php => yes, sqli but is it really used? )
33 ( inc/eventz/upload_data_node.php => Shell injections in .zip handling, .jpg handling,
34 "strange" filenames like .htacess (to allow listing of folder)
35
36 - Implement URL handling using PATH_INFO instead of mod_rewrite
37
38 - Refactor directory structure
39
40 - Deprecated PHP features
41 ( Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 163 Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 184 Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 196 Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 208 Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 220 Deprecated: Assigning the return value of new by reference is deprecated in /srv/kyberia/wwwroot/nodes.php on line 242 )
42
43 - keep fixing XSS
44
45 - documentation/installation guide (see README)
46
47 - Clean code => fix uninitialized variables
This page took 0.250839 seconds and 3 git commands to generate.