You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http -v POST localhost:8080/api/v1/importer/osv-github "osv[source]=https://github.com/github/advisory-database" "osv[path]=advisories" "osv[startYear]=2024" "osv[disabled]:=false" "osv[period]=30m" "osv[v3Signatures]:=true"
I would expect that startYear is used in a similar fashion like in the CSAF importer. The start year is however ignored and the whole repo is being ingested.
Creating an OSV importer like
http -v POST localhost:8080/api/v1/importer/osv-github "osv[source]=https://github.com/github/advisory-database" "osv[path]=advisories" "osv[startYear]=2024" "osv[disabled]:=false" "osv[period]=30m" "osv[v3Signatures]:=true"
I would expect that
startYear
is used in a similar fashion like in the CSAF importer. The start year is however ignored and the whole repo is being ingested.The text was updated successfully, but these errors were encountered: