todo.text

来自「这是国外的resip协议栈」· TEXT 代码 · 共 40 行

TEXT
40
字号
security test	 -- turn down sessionDuration and verify that all secure pages	 correctly block access for non-authenticated users	 -- test by directly entering URL's	 -- verify that changing the SALT blocks access & forces 	 reauthenticationdatabase hardening	 -- change queries to explicitly list the columns they are selecting	 -- set max lengths on input fields to match database column sizes	 -- take out hardcoded database login and passwordsHttps	-- make the page redirect URL's stay securedclean up	-- Move all file headers to the top of files	** get all the MD5 calls down into shared functions	-- delete imagefiles after verificationdocument-- the reason why reset password doesn't take you to a change passwordscreen that doesn't require the original password to be re-enteredis that I would know Jason's user name and I could guess his email... that would let me make the change right there, by emailing thenew password to Jason, I ensure he has to authenticate to something(his email system) before he can get the new passworderror handling      -- need to define where errors that the admins need to look at will      be logged and what information will be providedvalidation --- 	   aor -- any pattern match	   forward	   voicemail	   	   put the pattern as a constant

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?