Skip to content

Java CodeQL hangs for hazelcast repository #10765

@kwart

Description

@kwart

Description of the issue

Checking hazelcast/hazelcast with the default CodeQL Java query set is not able to finish. We have to exclude some queries as they hang. Then the GH workflow hits the 360min timeout.
The current excludes:

- exclude:
    id:
    - java/tainted-numeric-cast
    - java/polynomial-redos
    - java/path-injection
    - java/ssrf
    - java/zipslip

In the last few days, the CodeQL action started to hang on the ZipSlip. A new exclude was therefore added in hazelcast/hazelcast#22443.

Metadata

Metadata

Assignees

No one assigned

    Labels

    JavaacknowledgedGitHub staff acknowledges this issuequestionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions