From 0b39ca2bedfccda8032e533760a66370ec00e985 Mon Sep 17 00:00:00 2001 From: 7h3Rabbit <62792609+7h3Rabbit@users.noreply.github.com> Date: Sat, 9 Sep 2023 22:33:12 +0200 Subject: [PATCH] Added Application Insights #214 --- SAMPLE-software-rules.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/SAMPLE-software-rules.json b/SAMPLE-software-rules.json index 3de4915d..6d18a39b 100644 --- a/SAMPLE-software-rules.json +++ b/SAMPLE-software-rules.json @@ -782,6 +782,19 @@ } ] }, + { + "use": true, + "type": "javascript", + "description": "Microsoft ApplicationInsigt javascript framwork", + "match": "\\\"(?P[0-9\\.]+)\\\"[^\\\"]+\\\"Microsoft\\\"[^\\\"]+\\\"ApplicationInsights2\\\"[^\\\"]+\\\"ApplicationInsights\\\"", + "results": [ + { + "name": "ApplicationInsights-JS", + "category": "js", + "precision": 0.6 + } + ] + }, { "use": true, "type": "javascript",