Releases: ReDASers/PhishBench
Releases · ReDASers/PhishBench
v2.0.2
Major changes
phishbench.input.email_input.read_email_from_file
now returns anEmailMessage
instead of a rawMessage
object.
Minor Changes
- Updated Dependencies
- Bumped tldextract version to 3.1.1
- Changed dnspython version to max-version pin
- Bumped sklearn to 0.24.2
- Bumped nltk to >=3.6
- Bumped textstat to 0.7.2
- Bumped tldextract to 3.1.2
- Bumped BeautifulSoup to >=4.10.0
- Relaxed Scipy to scipy>=1.4.1
- Bumped TensorFlow to 2.6.3
- Bumped lxml to 4.6.5
- Added type checks to
feature_extraction.url.extract_features_from_single
- Added type checks to
feature_extraction.email.extract_features_from_single
- Renamed
num_unique_attachment
tonum_attachment
- Optimized feature cleaning performance
Bug Fixes
- Fixed bug calculating standard deviation in
link_alexa_global_rank
- PhishBench no longer displays dataset balancing and feature selection options if preprocessing is disabled.
- Fixed bug reading email test set.
- Added missing
rnn_features
import.