dependency-graph/sbom shows wrong license information #149719
Unanswered
Loki-Afro
asked this question in
API and Webhooks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
hi,
I'm using the dependency-review-action and got an issue where during a dependency update the license of a dependency may have changed
so digged into the code and found out how the action is doing its magic:
it is using the github apis dependency-graph, like so:
resulting in
the logic if that should fail at all if MIT and/or OFL-1.1 is already allowed is out of question here
but it got me wondering, where does OFL-1.1 come from? looking at the repository, it doesn't have a license file but shows it in the readme: MIT
that is why returns 404, as far as i understand
the string
OFL-1.1
doesn't exist in the repo either, so it must be a dependency right?so i used
elliptic.dependencygraph.txt
which does not contain any
OFL-1.1
eitherso finally my question is: where does the OFL-1.1 license come from? :)
Beta Was this translation helpful? Give feedback.
All reactions