dependency-check / dependency-check/DependencyCheck
OssIndex connection status
- Dominant language
- Java
- Stars
- 7.7k
- Forks
- 1.4k
- Avg merge
- 9d 22h
- Merged PRs (30d)
- 13
Description
**Is your feature request related to a problem? Please describe.**
we recently had problems with the limit of the number of requests on ossidnex being exceeded (rate limit). We entered a login/password and it had no effect.
Is there a way to know if the login/password entered for ossindex if they were correct at the time of the analysis?
**Describe the solution you'd like**
in the logs, for example we can see "user connected" on ossIndex or "anonymous connection".
**Additional context**
cli mode like this :
dependency-check.sh --proxyserver **** --proxyport **** --data /data/dependency-check/ --project **** --scan '/data/jenkins/workspace/*****/package-lock.json' --format JSON --format HTML --out '/data/jenkins/workspace//target' --disableYarnAudit --nodeAuditSkipDevDependencies --nodePackageSkipDevDependencies --ossIndexUsername **** --ossIndexPassword **** --log '/data/jenkins/workspace/****/error.log'
Contributor guide
Assessment
This issue has not been assessed yet.