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)".
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:
Then run:
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)".