jeanyang04 / pe

0 stars 0 forks source link

Deletion of password.txt will reset addressbook #5

Closed jeanyang04 closed 2 weeks ago

jeanyang04 commented 2 weeks ago

Summary

When password.txt is deleted, reopening the jar will reset the whole addressbook.


Steps to Reproduce

  1. Add your own data into VBook
  2. Quit VBook
  3. Delete password.txt
  4. Launch the app again
  5. Prompted to set new password
  6. Data is reset

Reasoning for Severity

Although rare and mentioned in the UG, the consequence is catastrophical if users accidentally delete password.txt (losing all data). Perhaps there can be a better safety mesaure. Eg. Block permission for user to delete password.txt in the future.