ENUM

SpringPolicyDimension

link GraphQL Schema definition

  • enum SpringPolicyDimension {
  • # Topic: ENVIRONMENT, Java Version, Eg. 1.8.0_212
  • JAVA_VERSION
  • # Topic: ENVIRONMENT, Operating System Name on which the application is running,
  • # Eg. Linux
  • OS_NAME
  • # Topic: ENVIRONMENT, Java Vendor Name, Eg. BellSoft, Oracle
  • JAVA_VENDOR_NAME
  • # Topic: ENVIRONMENT, Spring boot Version, Eg. 3.2.2
  • SPRING_BOOT_VERSION
  • # Topic: ENVIRONMENT, Name of user that started the application, Eg. root
  • USER_NAME
  • # Topic: CONFIGURATION, Configuration value for property
  • # management.endpoints.web.exposure.include, Eg. *, configprops, beans
  • MANAGEMENT_WEB_EXPOSURE
  • # Topic: CONFIGURATION, Configuration value for property
  • # management.security.enabled
  • MANAGEMENT_SECURITY_ENABLED
  • # Topic: CONFIGURATION, Configuration value for property endpoint.shutdown.enabled
  • MANAGEMENT_SHUTDOWN_ENABLED
  • # Topic: CONFIGURATION, Logging level for org.springframework
  • LOGGING_SPRING_FRAMEWORK
  • # Topic: CONFIGURATION, Logging level for org.springframework.web
  • LOGGING_SPRING_FRAMEWORK_WEB
  • # Topic: CONFIGURATION, Configuration value for property spring.jpa.show-sq
  • SPRING_JPA_SHOW_SQL
  • # Topic: CONFIGURATION, Configuration value for property
  • # spring.cloud.config.enabled
  • SPRING_CLOUD_CONFIG_ENABLED
  • # Topic: CONFIGURATION, Port on which this spring application is running
  • SERVER_PORT
  • # Topic: PACKAGE, Support Status for packages for a Spring Application
  • PACKAGE_SUPPORT_STATUS
  • # Topic: PACKAGE, Indication of how much effort is needed to upgrade a package.
  • # `High Effort` would mean breaking changes and `No Effort` would mean no effort
  • PACKAGE_UPGRADE_EFFORT
  • # Topic: VULNERABILITY, CVE ID for the vulnerability
  • VULNERABILITY_CVE_ID
  • # Topic: VULNERABILITY, Vulnerability severity rating based on v3 cvss rating
  • VULNERABILITY_SEVERITY
  • }