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
I have a JavaScript project that has packages aws-amplify and aws-amplify-react, and if either of these dependencies are in the package, auditjs fails with:
There was an error auditing with Sonatype OSS Index Error: There was an error making the request: Error: Internal Server Error
at /Users/dhedges/src/ossi/node_modules/auditjs/bin/Services/OssIndexRequestService.js:71:19
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Promise.all (index 5)
To Reproduce
Create the following package file in an empty directory:
Bug Description
I have a JavaScript project that has packages
aws-amplify
andaws-amplify-react
, and if either of these dependencies are in the package, auditjs fails with:To Reproduce
Create the following package file in an empty directory:
Then:
I get the following results:
Expected Behavior
I should be able to see results, whether passing or failing. I should not see a server error.
Desktop
cc @bhamail / @DarthHater / @allenhsieh / @Slim-Shary
The text was updated successfully, but these errors were encountered: