Skip to content

Can CodeQL add support for YAML configuration files parse on java lib? #20905

@J0o1ey

Description

@J0o1ey

During the process of auditing a Java project using CodeQL

I discovered that Spring Boot 3 uses YAML as its configuration file format.

However, it seems that the CodeQL Java library does not currently support parsing YAML files.

Can CodeQL add support for YAML configuration files parse on java lib?

application.yml with vuln just like this(actuator endpoint * was exposed)

management:
  endpoints:
    web:
      exposure:
        include: "*"

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions