Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to scan node packages in some cases #1355

Closed
atomicpirate opened this issue Jun 26, 2018 · 1 comment
Closed

Fails to scan node packages in some cases #1355

atomicpirate opened this issue Jun 26, 2018 · 1 comment
Labels

Comments

@atomicpirate
Copy link

atomicpirate commented Jun 26, 2018

Log

The log that was generated when I take the below steps with ODC 3.2.1 is posted as a gist.

Steps to Reproduce

Create an empty directory and then add this package.json file:

{
  "name": "test",
  "dependencies": {
    "jquery": "latest"
  }
}

Then run:

npm install
dependency-check -s . -o . --project test

The expected behavior is that ODC would detect and scan the latest jquery from npm.

The actual behavior is that a report is generated indicating that zero dependencies were scanned: "Dependencies Scanned: 0 (0 unique)".

@lock
Copy link

lock bot commented Sep 27, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Sep 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants