All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
The following entities are now being ingested
Resources Entity _type
Entity _class
Service sentry_service
Service
Role sentry_role
AccessRole
Finding sentry_finding
Finding
Source Vulnerability sentry_vulnerability
Vulnerability
-
Added new relationships
Source Entity _type
Relationship _class
Target Entity _type
sentry_member
ASSIGNED sentry_role
sentry_organization
HAS sentry_role
sentry_organization
HAS sentry_service
sentry_project
HAS sentry_finding
sentry_finding
EXPLOITS sentry_vulnerability
-
Added new mapped relationship
Source Entity _type
Relationship _class
Target Entity _type
Direction sentry_organization
HAS *repository*
FORWARD
- Added postversion script to fix final issue with
auto
versioning.
- Updated
auto
configuration and cleaned up autogenerated CHANGELOG items.
- Versioning and NPM package releasing is now handled via auto
- Updates (primarily documentation) for switching to using auth tokens.
- Switched from /users/ to /members/ API call to pull in all available members of an organization.
-
New properties added to resources:
Entity Properties sentry_member
createdOn
,active
,isManaged
,isStaff
,isSuperuser
,dataJoined
,lastActive
,lastLogin
-
Initial Sentry integration release
-
Added support for ingesting the following new resources:
Resources Entity _type
Entity _class
Member sentry_member
User
Organization sentry_organization
Account
Project sentry_project
Project
Team sentry_team
UserGroup
-
Added support for ingesting the following new relationships:
Source Entity _type
Relationship _class
Target Entity _type
sentry_organization
HAS sentry_member
sentry_organization
HAS sentry_project
sentry_organization
HAS sentry_team
sentry_team
ASSIGNED sentry_project
sentry_team
HAS sentry_member