bearer.com updates
bearer.com updates
www.bearer.com

Data discovery has been extended to the entire codebase

 

New

  

The Bearer Broker used to discover and classify data by scanning OpenAPI, SQL, GraphQL, and Protobuf files only.

Data discovery and classification capabilities have been extended to the entire codebase in the following languages:

  • C#
  • Golang
  • Java
  • Javascript/Typescript
  • PHP
  • Python
  • Ruby

The general mechanics is that it looks for Objects (e.g., User) and their properties or attributes (e.g., lastname).

You just need update the broker by running docker pull bearersh/broker:latest

For more information please refer to the documentation.