cs481-ekh / s24-gone-phishin

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

Scanner scans subject and address #150

Closed Subpoened-peon closed 2 months ago

Subpoened-peon commented 3 months ago

Our extension scans the body of emails, but not the subject line or sender's email address.

Steps to reproduce behavior: Load the extension and open the side bar. Click on an email to scan it. Navigate to the Chrome DevTools Console and observe the scanned tokens.

Expected behavior The extensions should also be scanning subject lines and the sender's email address

SorrenMosher commented 2 months ago

Determined how to grab the subject line and sender address. Added the subject line to the other scans. Submitted pull request. [t:50]