cs481-ekh / s24-gone-phishin

https://cs481-ekh.github.io/s24-gone-phishin/
MIT License
1 stars 0 forks source link

Database timestamp for High Score #198

Closed kdoster closed 2 months ago

kdoster commented 2 months ago

When a score of 75% or higher is reached, a timestamp is pushed to the database.

Subpoened-peon commented 2 months ago

[t:35] Added another message system between uiDisp and dbHandler to timestamp when a high risk email is scanned. It currently timestamps whenever it is scanned, but since we aren't wanting to store any sort of user information, there didn't seem to be a simple solution for the database to recognize when an email had been scanned already. If we desire it to not timestamp emails that have already been scanned, we will look into it in the future.