From 0de9002cb5a90bc7a4afb505656858e2363aa24e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 10 Nov 2017 04:35:32 +0100 Subject: [PATCH] Add a way to fingerprint bitbucket version. (#1810) Sorry, I don't have a publicly exposed version to provide a showcase, but here is the relevant snippet: ```html />CLIENTtestJenk ``` --- src/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.json b/src/apps.json index 669ae01a7..0f3ed72b1 100644 --- a/src/apps.json +++ b/src/apps.json @@ -736,6 +736,7 @@ "env": "^bitbucket$", "icon": "Atlassian Bitbucket.svg", "implies": "Python", + "html": "
  • Atlassian Bitbucket v([\\d.]+)<\\;version:\\1", "meta": { "application-name": "Bitbucket" },