Skip to content

Commit

Permalink
Release v2022.06.0 (#130)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
5 people committed Jun 6, 2022
1 parent d8f59b4 commit cb713ae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion osci/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2022.03.0'
__version__ = '2022.06.0'
19 changes: 16 additions & 3 deletions osci/preprocess/match_company/company_domain_match_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1319,10 +1319,12 @@
- company: SUSE
domains:
- suse.com
- rancher.com
- neuvector.com
industry: Technology
regex:
- ^.*\.suse\..*$
- ^suse\..*$
- ^.*\.(rancher|neuvector|suse)\..*$
- ^(rancher|neuvector|suse)\..*$
- company: SYSOP
domains:
- sysop.cz
Expand Down Expand Up @@ -1415,6 +1417,7 @@
- bitbar.com
- swagger.io
- hiptest.com
- pactflow.io
industry: Technology
regex:
- company: Snyk
Expand Down Expand Up @@ -1791,10 +1794,20 @@
- linagora.com
industry: Technology
regex:
company: XWiki SAS
- company: XWiki SAS
domains:
- xwiki.com
- xwiki.org
- cryptpad.fr
industry: Technology
regex:
- company: Wipro, Ltd.
domains:
- wipro.com
industry: Professional Services
regex:
- company: DigitalOcean
domains:
- digitalocean.com
regex:
industry: Technology

0 comments on commit cb713ae

Please sign in to comment.