Skip to content

fix(gitlab): request project license with ?license=true - #6713

Open
VedantMadane wants to merge 1 commit into
mindersec:mainfrom
VedantMadane:fix/issue-6589
Open

fix(gitlab): request project license with ?license=true#6713
VedantMadane wants to merge 1 commit into
mindersec:mainfrom
VedantMadane:fix/issue-6589

Conversation

@VedantMadane

Copy link
Copy Markdown

Summary

fix(gitlab): request project license with ?license=true

Changes

  • GitLab omits license unless license=true is set on GET /projects/:id.
  • Append the query so RepoPropertyLicense is populated.

Fixes #6589

- GitLab omits license unless license=true is set on GET /projects/:id.
- Append the query so RepoPropertyLicense is populated.

Fixes mindersec#6589

Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
@VedantMadane
VedantMadane requested a review from a team as a code owner August 24, 2026 17:58
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@krrish175-byte

Copy link
Copy Markdown
Member

Please sign the CLA

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 61.755%. remained the same — VedantMadane:fix/issue-6589 into mindersec:main

@evankanderson

Copy link
Copy Markdown
Member

This looks like a repeat of #6593 -- you might want to check in with that author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: GitLab project license property always empty due to missing ?license=true parameter

5 participants