Skip to content

:capabilities endpoint returns 404 for valid Go packages #266

@absol27

Description

@absol27

While testing the v3alpha API as part of GUAC integration guacsec/guac#2047 , I noticed the :capabilities endpoint returns 404 for valid Go packages and versions even though other endpoints like :dependents work fine.

Example

# This works
curl 'https://api.deps.dev/v3alpha/systems/go/packages/github.com%2Fguacsec%2Fguac/versions/v1.0.0:dependents'

# This returns 404
curl 'https://api.deps.dev/v3alpha/systems/go/packages/github.com%2Fguacsec%2Fguac/versions/v1.0.0:capabilities'

Also tested with github.com/antlabs/deepcopy. The website shows Capabilities under the analysis tab for the same modules, it's just not available via the API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions