diff options
author | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 23:33:05 +0000 |
---|---|---|
committer | noelutz@google.com <noelutz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 23:33:05 +0000 |
commit | 51260c7719da871adae2cfe3085adddf8e5f8658 (patch) | |
tree | d56088c21d5d56461fa47a0beec8532691314bf0 /chrome/chrome_tests.gypi | |
parent | 9d6d6e51c6bd220c5ab6a337424e312c1fdc7ad5 (diff) | |
download | chromium_src-51260c7719da871adae2cfe3085adddf8e5f8658.zip chromium_src-51260c7719da871adae2cfe3085adddf8e5f8658.tar.gz chromium_src-51260c7719da871adae2cfe3085adddf8e5f8658.tar.bz2 |
Add a scorer class for client-side phishing detection.
The Scorer class loads a machine learning model and lets you compute a
phishing score for a set of features that were extracted from the current
page. The phishing score corresponds to the probability that the page is
phishing. The features are extracted by the various feature extractor classes
that live in the same folder. The current format of the model is a
protocol buffer (see: client_mode.proto).
BUG=NONE
TEST=PhishingScorerTest
Review URL: http://codereview.chromium.org/3363004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59019 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index bdfbfc0..3ddd6fa 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1360,6 +1360,7 @@ 'renderer/safe_browsing/features_unittest.cc', 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', + 'renderer/safe_browsing/scorer_unittest.cc', 'renderer/spellchecker/spellcheck_unittest.cc', 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 'service/cloud_print/cloud_print_helpers_unittest.cc', |