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
As such, we have { "homepage": "." } in our package.json file.
Running an SBOM generation on this results in the following: { "externalReferences": [ { "type": "website", "url": "http://." } ] }
Would it be possible to provide a case such that if the 'homepage' property was solely a period, that particular externalReference entry could be omitted?
The text was updated successfully, but these errors were encountered:
We initially created our project using 'create-react-app' scripts.
One of the problems we faced from the beginning was that we wanted to serve our site relative to index.html, in order to perform IIS deployment.
We did that by following this documentation provided by 'create-react-app':
https://create-react-app.dev/docs/deployment/#serving-the-same-build-from-different-paths
As such, we have
{ "homepage": "." }
in our package.json file.Running an SBOM generation on this results in the following:
{ "externalReferences": [ { "type": "website", "url": "http://." } ] }
Would it be possible to provide a case such that if the 'homepage' property was solely a period, that particular externalReference entry could be omitted?
The text was updated successfully, but these errors were encountered: