Brandyn Phelps
Brandyn Phelps
**Describe the bug** I'm seeing behavior that _seems_ bug-like -- The backlog isn't filling up when requests are "waiting" to be processed with queue_requests being enabled. With a simple rails...
An example of the ScanManifest.json contents for an NPM package: ``` "component": { "name": "@types/prop-types", "version": "15.7.4", "hash": null, "author": null, "type": "Npm", "id": "@types/prop-types 15.7.4 - Npm", "packageUrl": {...
Hitting this guy: https://developer.github.com/v4/object/securityvulnerability/ Like so: ``` var query = new Query() .SecurityVulnerabilities(10, null, null, null, SecurityAdvisoryEcosystem.Rubygems, null) .AllPages(100) .Select(vuln => new { vuln.FirstPatchedVersion.Identifier, vuln.Package.Name, vuln.Package.Ecosystem, vuln.Severity, vuln.VulnerableVersionRange }) .Compile();...
👋 wasn't sure where to put this, but wanted to feel out the possibility of adding some validation (optional or opt in) into the purl client libraries that would allow...
### Bug Report - import path of package in question, e.g. `.../services/compute/mgmt/2018-06-01/compute` ` "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob" ` - SDK version e.g. `master`, `latest`, `18.1.0` ` github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1 ` - Specify the exact...
Generally I think it's harder for me to wrap my head around the graph we currently have because it's mixing things that are used for different purposes. For example, Makefile...