Skip to content

Move VulnerabilityEntity to API entities

Victor Zagorodny requested to merge 34564-move-vulnerability-entity-to-api into master

What does this MR do?

When the VulnerabilityEntity was introduced, it was mistakenly placed in ee/spec/serializers but this is the place for controller-related entities (as they are used by serializers).

This MR moves VulnerabilityEntity where it should have been from the beginning - to ee/lib/ee/api/entities.rb. Also, we start to properly use the API entity class (API::Entities::ProjectIdentity) to represent the embedded project attribute.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Victor Zagorodny

Merge request reports