Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. Known Issues and TODOs
  2.  
  3.  
  4.  
  5. 1: navigation is bugged for mobile - TODO***
  6. 2: run npm build production for minify .css/ .js again once its done - TODO*
  7. 3: forgot password page - TODO*
  8. 4: another middleware to ensure USER cant edit other users from the front panel - DONE
  9. 5: another middleware to control reputation create page, so people cant abuse IDOR vulnerability aka: add to other people reputations - TODO*
  10. 6: add the middleware isAdmin route , currently Admin Page is locked for anon users only. - TODO
  11. 7: seed the database with a default user with admin role TODO
  12. 8: delete user avatars FILES if the user is deleted from the DB - DONE
  13.  
  14.  
  15. 9: fix the stupid and idiotic SIDEBAR of the BLOG - TODO***
  16. 10: ask nortrant for the sitename for edit the hardcoded strings of the sitename - TODO
  17. 11: check for XSS vulnerability - DONE
  18. 12: check for LFI/ RFI vulnerabilities - DONE
  19. 13: add CSRF tokens to every request for handling CSRF vulnerability - DONE
  20. 14: fix some ahref links from register/ login route - TODO
  21.  
  22.  
  23. 15: save user theme choise in a COOKIE - TODO
  24. 16: clean the backend codebase from uniused controllers and action methods - TODO
  25. 17: rename ReputationController@finalsteps to ReputationController@create / save - TODO
  26.  
  27. 18: Additional checks to make sure site wont give an exception if some relation is not found - TODO
  28. 19: test and make sure site wont give exceptions if User is deleted, and someone is trying to look reputations given by the deleted user - TODO*****************
  29.  
  30. 20: check all pages for dumb hardcoded strings left from the development - TODO
  31.  
  32. 21: clean the blade.php views from unused comments - TODO
  33.  
  34. 22: Disable reputation if the receiver is MERCHANT - TODO***
  35.  
  36. 23: add default avatar if user have no avatar - DONE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement