diff --git a/technologies/favicon-detection.yaml b/technologies/favicon-detection.yaml index 5c8a3528af..f2d4516b91 100644 --- a/technologies/favicon-detection.yaml +++ b/technologies/favicon-detection.yaml @@ -2625,3 +2625,8 @@ requests: name: "ICT Protege WX" dsl: - "status_code==200 && (\"1841044852\" == mmh3(base64_py(body)))" + + - type: dsl + name: "Coverity" + dsl: + - "status_code==200 && (\"-994319624\" == mmh3(base64_py(body)))" \ No newline at end of file