Updated `base_score_config` to support `namespace:predicate` format

main
Sami Mokaddem 2019-09-13 09:29:49 +02:00 committed by GitHub
parent f38d1604f1
commit d6dfbc076a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -15,8 +15,10 @@
"threshold": 30, "threshold": 30,
"default_base_score": 80, "default_base_score": 80,
"base_score_config": { "base_score_config": {
"estimative-language": 0.5, "estimative-language:confidence-in-analytic-judgment": 0.25,
"phishing": 0.5 "estimative-language:likelihood-probability": 0.25,
"phishing:psychological-acceptability": 0.25,
"phishing:state": 0.25
} }
}, },
"description": "Simple model to rapidly decay phishing website.", "description": "Simple model to rapidly decay phishing website.",
@ -31,5 +33,5 @@
"ip-src|port", "ip-src|port",
"url" "url"
], ],
"version": 1 "version": 2
} }