Skip to content

Commit cb713ae

Browse files
vlad-isaykoPhoebe QuincyvmbrasseurdirkmuellerYOU54F
authored
Release v2022.06.0 (#130)
* Update version * Update company_domain_match_list.yaml (#121) Submitting DigitalOcean for future ranking. * Add Wipro, fix XWiki (#125) * Add Wipro to the list * Fix the YAML formatting of the XWiki entry Co-authored-by: Vlad Isayko <vladislav_isaiko@epam.com> * Extend matching for SUSE with Rancher and Neuvector (#127) Rancher and Neuvector are part of SUSE group, see https://www.suse.com/c/suse-acquires-rancher/ https://www.suse.com/news/suse-acquires-neuvector/ Signed-off-by: Dirk Müller <dmueller@suse.com> * chore: add pactflow.io domain under smartbear company (#128) Hello 👋🏾 As part of a recent acquisition https://pactflow.io/blog/pactflow-joins-the-smartbear-family/ Thanks! Co-authored-by: Phoebe Quincy <phoebe.quincy@elastic.co> Co-authored-by: VM Brasseur <github@vmbrasseur.com> Co-authored-by: Dirk Mueller <dmueller@suse.com> Co-authored-by: Yousaf Nabi <yousafn@gmail.com>
1 parent d8f59b4 commit cb713ae

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

osci/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2022.03.0'
1+
__version__ = '2022.06.0'

osci/preprocess/match_company/company_domain_match_list.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,10 +1319,12 @@
13191319
- company: SUSE
13201320
domains:
13211321
- suse.com
1322+
- rancher.com
1323+
- neuvector.com
13221324
industry: Technology
13231325
regex:
1324-
- ^.*\.suse\..*$
1325-
- ^suse\..*$
1326+
- ^.*\.(rancher|neuvector|suse)\..*$
1327+
- ^(rancher|neuvector|suse)\..*$
13261328
- company: SYSOP
13271329
domains:
13281330
- sysop.cz
@@ -1415,6 +1417,7 @@
14151417
- bitbar.com
14161418
- swagger.io
14171419
- hiptest.com
1420+
- pactflow.io
14181421
industry: Technology
14191422
regex:
14201423
- company: Snyk
@@ -1791,10 +1794,20 @@
17911794
- linagora.com
17921795
industry: Technology
17931796
regex:
1794-
company: XWiki SAS
1797+
- company: XWiki SAS
17951798
domains:
17961799
- xwiki.com
17971800
- xwiki.org
17981801
- cryptpad.fr
17991802
industry: Technology
18001803
regex:
1804+
- company: Wipro, Ltd.
1805+
domains:
1806+
- wipro.com
1807+
industry: Professional Services
1808+
regex:
1809+
- company: DigitalOcean
1810+
domains:
1811+
- digitalocean.com
1812+
regex:
1813+
industry: Technology

0 commit comments

Comments
 (0)