cs481-ekh / s24-gone-phishin

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

Create the scanner #100

Closed torisimon2 closed 4 months ago

torisimon2 commented 4 months ago

References #32

Implement a scanner for separating email contents in individual tokens/words

Definition of Done:

SorrenMosher commented 4 months ago

Attempted to refactor uiDisp.js script into multiple, but it seems there are issues with import/export in content scripts. More research will be needed: https://stackoverflow.com/questions/48104433/how-to-import-es6-modules-in-content-script-for-chrome-extension/58137279#58137279 Added the scanner. Updated the extension to display the tokens rather than the email text. [t:155]

SorrenMosher commented 4 months ago

Updated the scanner to handle whitespace and special characters correctly. Wrote unit tests for the scanner, but had issues running them. I am going to look into the testing issues and add them later. [t:120]