{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/45934?format=json","vulnerability_id":"VCID-fdyu-hkcu-7bhy","summary":"Prevent logging invalid header values\n## Impact\n### What kind of vulnerability is it?\nApollo Server can log sensitive information (Studio API keys) if they are passed incorrectly (with leading/trailing whitespace) or if they have any characters that are invalid as part of a header value.\n\n### Who is impacted?\nUsers who (all of the below):\n* use either the schema reporting or usage reporting feature\n* use an Apollo Studio API key which has invalid header values\n* use the default fetcher (`node-fetch`) or configured their own `node-fetch` fetcher\n\nThe following node snippet can test whether your API key has invalid header values. This code is taken directly from `node-fetch@2`'s header value validation code.\n```js\nconst invalidHeaderCharRegex = /[^\\t\\x20-\\x7e\\x80-\\xff]/;\nif (invalidHeaderCharRegex.test('<YOUR_API_KEY>')) {\n console.log('potentially affected');\n}\nconsole.log('unaffected');\n```\n\nIf the provided API key is not a valid header value, whenever Apollo Server uses that API key in a request (to Studio, for example), `node-fetch` will throw an error _which contains the header value_. This error is logged in various ways depending on the user's configuration, but most likely the console or some configured logging service.\n\n### Patches\nThis problem is patched in the latest version of Apollo Server as soon as this advisory is published.\n\n### Workarounds\n* Try retrieving a new API key from Studio. Note: this may not work if the invalid character is not part of the secret (it may be derived from identifiers like graph name, user name).\n* Override the `fetcher` \n* Disable schema reporting and/or usage reporting\n\n### Solution\n* Apollo Server will now call `.trim()` on incoming API keys in order to eliminate leading/trailing whitespace and log a warning when it does so.\n* Apollo Server will now perform the same validation of API keys as `node-fetch@2` performs on header values on startup. Apollo Server will throw an error on startup (i.e., fail to start completely) and notify the user their API key is invalid along with the offending characters.","aliases":[{"alias":"GHSA-j5g3-5c8r-7qfx"},{"alias":"GMS-2023-2117"},{"alias":"GMS-2023-2129"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/66748?format=json","purl":"pkg:npm/apollo-server-core@2.26.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.26.1"},{"url":"http://public2.vulnerablecode.io/api/packages/66749?format=json","purl":"pkg:npm/apollo-server-core@3.12.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.12.1"},{"url":"http://public2.vulnerablecode.io/api/packages/66745?format=json","purl":"pkg:npm/%40apollo/server@4.9.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.9.3"}],"affected_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/256296?format=json","purl":"pkg:npm/apollo-server-core@1.0.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.0.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256297?format=json","purl":"pkg:npm/apollo-server-core@1.0.3-tracing.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.0.3-tracing.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256298?format=json","purl":"pkg:npm/apollo-server-core@1.0.3-tracing.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.0.3-tracing.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256299?format=json","purl":"pkg:npm/apollo-server-core@1.0.3-tracing.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.0.3-tracing.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256300?format=json","purl":"pkg:npm/apollo-server-core@1.0.3-tracing.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.0.3-tracing.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256301?format=json","purl":"pkg:npm/apollo-server-core@1.1.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.1.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256302?format=json","purl":"pkg:npm/apollo-server-core@1.1.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.1.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256303?format=json","purl":"pkg:npm/apollo-server-core@1.1.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.1.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256304?format=json","purl":"pkg:npm/apollo-server-core@1.1.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.1.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256305?format=json","purl":"pkg:npm/apollo-server-core@1.1.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.1.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256306?format=json","purl":"pkg:npm/apollo-server-core@1.2.0-pre.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.2.0-pre.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256307?format=json","purl":"pkg:npm/apollo-server-core@1.2.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.2.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256308?format=json","purl":"pkg:npm/apollo-server-core@1.3.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.3.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256309?format=json","purl":"pkg:npm/apollo-server-core@1.3.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.3.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256310?format=json","purl":"pkg:npm/apollo-server-core@1.3.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.3.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256311?format=json","purl":"pkg:npm/apollo-server-core@1.3.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.3.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256312?format=json","purl":"pkg:npm/apollo-server-core@1.3.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.3.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256313?format=json","purl":"pkg:npm/apollo-server-core@1.3.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.3.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256314?format=json","purl":"pkg:npm/apollo-server-core@1.3.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.3.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256315?format=json","purl":"pkg:npm/apollo-server-core@1.4.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.4.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256316?format=json","purl":"pkg:npm/apollo-server-core@1.4.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@1.4.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256317?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256318?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256319?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256320?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256321?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256322?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256323?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256324?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.8"},{"url":"http://public2.vulnerablecode.io/api/packages/256325?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.9"},{"url":"http://public2.vulnerablecode.io/api/packages/256326?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.10","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.10"},{"url":"http://public2.vulnerablecode.io/api/packages/256327?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-beta.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-beta.11"},{"url":"http://public2.vulnerablecode.io/api/packages/256328?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256329?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256330?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256331?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256332?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256333?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256334?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256335?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256336?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.8"},{"url":"http://public2.vulnerablecode.io/api/packages/256337?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.9"},{"url":"http://public2.vulnerablecode.io/api/packages/256338?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.10","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.10"},{"url":"http://public2.vulnerablecode.io/api/packages/256339?format=json","purl":"pkg:npm/apollo-server-core@2.0.0-rc.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0-rc.11"},{"url":"http://public2.vulnerablecode.io/api/packages/256340?format=json","purl":"pkg:npm/apollo-server-core@2.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256341?format=json","purl":"pkg:npm/apollo-server-core@2.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256342?format=json","purl":"pkg:npm/apollo-server-core@2.0.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256343?format=json","purl":"pkg:npm/apollo-server-core@2.0.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256344?format=json","purl":"pkg:npm/apollo-server-core@2.0.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256345?format=json","purl":"pkg:npm/apollo-server-core@2.0.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256346?format=json","purl":"pkg:npm/apollo-server-core@2.0.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256347?format=json","purl":"pkg:npm/apollo-server-core@2.0.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.0.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256348?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256349?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256350?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256351?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256352?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256353?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256354?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256355?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256356?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.8"},{"url":"http://public2.vulnerablecode.io/api/packages/256357?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.9"},{"url":"http://public2.vulnerablecode.io/api/packages/256358?format=json","purl":"pkg:npm/apollo-server-core@2.1.0-alpha.10","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0-alpha.10"},{"url":"http://public2.vulnerablecode.io/api/packages/256359?format=json","purl":"pkg:npm/apollo-server-core@2.1.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.1.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256360?format=json","purl":"pkg:npm/apollo-server-core@2.2.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256361?format=json","purl":"pkg:npm/apollo-server-core@2.2.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256362?format=json","purl":"pkg:npm/apollo-server-core@2.2.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256363?format=json","purl":"pkg:npm/apollo-server-core@2.2.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256364?format=json","purl":"pkg:npm/apollo-server-core@2.2.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256365?format=json","purl":"pkg:npm/apollo-server-core@2.2.0-register.2195","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.0-register.2195"},{"url":"http://public2.vulnerablecode.io/api/packages/256366?format=json","purl":"pkg:npm/apollo-server-core@2.2.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256367?format=json","purl":"pkg:npm/apollo-server-core@2.2.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256368?format=json","purl":"pkg:npm/apollo-server-core@2.2.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256369?format=json","purl":"pkg:npm/apollo-server-core@2.2.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256370?format=json","purl":"pkg:npm/apollo-server-core@2.2.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256371?format=json","purl":"pkg:npm/apollo-server-core@2.2.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256372?format=json","purl":"pkg:npm/apollo-server-core@2.2.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256373?format=json","purl":"pkg:npm/apollo-server-core@2.2.7-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.7-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256374?format=json","purl":"pkg:npm/apollo-server-core@2.2.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.2.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256375?format=json","purl":"pkg:npm/apollo-server-core@2.3.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.3.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256376?format=json","purl":"pkg:npm/apollo-server-core@2.3.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.3.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256377?format=json","purl":"pkg:npm/apollo-server-core@2.3.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.3.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256378?format=json","purl":"pkg:npm/apollo-server-core@2.3.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.3.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256379?format=json","purl":"pkg:npm/apollo-server-core@2.3.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.3.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256380?format=json","purl":"pkg:npm/apollo-server-core@2.3.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.3.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256381?format=json","purl":"pkg:npm/apollo-server-core@2.4.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256382?format=json","purl":"pkg:npm/apollo-server-core@2.4.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256383?format=json","purl":"pkg:npm/apollo-server-core@2.4.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256384?format=json","purl":"pkg:npm/apollo-server-core@2.4.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256385?format=json","purl":"pkg:npm/apollo-server-core@2.4.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256386?format=json","purl":"pkg:npm/apollo-server-core@2.4.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256387?format=json","purl":"pkg:npm/apollo-server-core@2.4.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256388?format=json","purl":"pkg:npm/apollo-server-core@2.4.2-rc.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.2-rc.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256389?format=json","purl":"pkg:npm/apollo-server-core@2.4.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256390?format=json","purl":"pkg:npm/apollo-server-core@2.4.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256391?format=json","purl":"pkg:npm/apollo-server-core@2.4.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256392?format=json","purl":"pkg:npm/apollo-server-core@2.4.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256393?format=json","purl":"pkg:npm/apollo-server-core@2.4.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256394?format=json","purl":"pkg:npm/apollo-server-core@2.4.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.4.8"},{"url":"http://public2.vulnerablecode.io/api/packages/256395?format=json","purl":"pkg:npm/apollo-server-core@2.5.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256396?format=json","purl":"pkg:npm/apollo-server-core@2.5.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256397?format=json","purl":"pkg:npm/apollo-server-core@2.5.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256398?format=json","purl":"pkg:npm/apollo-server-core@2.5.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256399?format=json","purl":"pkg:npm/apollo-server-core@2.5.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256400?format=json","purl":"pkg:npm/apollo-server-core@2.5.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256401?format=json","purl":"pkg:npm/apollo-server-core@2.5.0-alpha.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.0-alpha.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256402?format=json","purl":"pkg:npm/apollo-server-core@2.5.0-alpha.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.0-alpha.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256403?format=json","purl":"pkg:npm/apollo-server-core@2.5.0-rc.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.0-rc.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256404?format=json","purl":"pkg:npm/apollo-server-core@2.5.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256405?format=json","purl":"pkg:npm/apollo-server-core@2.5.1-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.1-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256406?format=json","purl":"pkg:npm/apollo-server-core@2.5.1-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.1-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256407?format=json","purl":"pkg:npm/apollo-server-core@2.5.1-alpha.14","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.1-alpha.14"},{"url":"http://public2.vulnerablecode.io/api/packages/256408?format=json","purl":"pkg:npm/apollo-server-core@2.5.1-alpha.15","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.1-alpha.15"},{"url":"http://public2.vulnerablecode.io/api/packages/256409?format=json","purl":"pkg:npm/apollo-server-core@2.5.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.5.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256410?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256411?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256412?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256413?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256414?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256415?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256416?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-alpha.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-alpha.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256417?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-alpha.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-alpha.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256418?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-alpha.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-alpha.8"},{"url":"http://public2.vulnerablecode.io/api/packages/256419?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-alpha.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-alpha.9"},{"url":"http://public2.vulnerablecode.io/api/packages/256420?format=json","purl":"pkg:npm/apollo-server-core@2.6.0-rc.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0-rc.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256421?format=json","purl":"pkg:npm/apollo-server-core@2.6.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256422?format=json","purl":"pkg:npm/apollo-server-core@2.6.1-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.1-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256423?format=json","purl":"pkg:npm/apollo-server-core@2.6.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256424?format=json","purl":"pkg:npm/apollo-server-core@2.6.2-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.2-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256425?format=json","purl":"pkg:npm/apollo-server-core@2.6.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256426?format=json","purl":"pkg:npm/apollo-server-core@2.6.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256427?format=json","purl":"pkg:npm/apollo-server-core@2.6.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256428?format=json","purl":"pkg:npm/apollo-server-core@2.6.5-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.5-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256429?format=json","purl":"pkg:npm/apollo-server-core@2.6.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256430?format=json","purl":"pkg:npm/apollo-server-core@2.6.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256431?format=json","purl":"pkg:npm/apollo-server-core@2.6.7-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.7-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256432?format=json","purl":"pkg:npm/apollo-server-core@2.6.7-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.7-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256433?format=json","purl":"pkg:npm/apollo-server-core@2.6.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256434?format=json","purl":"pkg:npm/apollo-server-core@2.6.8-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.8-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256435?format=json","purl":"pkg:npm/apollo-server-core@2.6.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.8"},{"url":"http://public2.vulnerablecode.io/api/packages/256436?format=json","purl":"pkg:npm/apollo-server-core@2.6.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.6.9"},{"url":"http://public2.vulnerablecode.io/api/packages/256437?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256438?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256439?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256440?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256441?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256442?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256443?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256444?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.8"},{"url":"http://public2.vulnerablecode.io/api/packages/256445?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.9"},{"url":"http://public2.vulnerablecode.io/api/packages/256446?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.13","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.13"},{"url":"http://public2.vulnerablecode.io/api/packages/256447?format=json","purl":"pkg:npm/apollo-server-core@2.7.0-alpha.14","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0-alpha.14"},{"url":"http://public2.vulnerablecode.io/api/packages/256448?format=json","purl":"pkg:npm/apollo-server-core@2.7.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256449?format=json","purl":"pkg:npm/apollo-server-core@2.7.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256450?format=json","purl":"pkg:npm/apollo-server-core@2.7.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.7.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256451?format=json","purl":"pkg:npm/apollo-server-core@2.8.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.8.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256452?format=json","purl":"pkg:npm/apollo-server-core@2.8.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.8.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256453?format=json","purl":"pkg:npm/apollo-server-core@2.8.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.8.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256454?format=json","purl":"pkg:npm/apollo-server-core@2.9.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256455?format=json","purl":"pkg:npm/apollo-server-core@2.9.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256456?format=json","purl":"pkg:npm/apollo-server-core@2.9.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256457?format=json","purl":"pkg:npm/apollo-server-core@2.9.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256458?format=json","purl":"pkg:npm/apollo-server-core@2.9.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256459?format=json","purl":"pkg:npm/apollo-server-core@2.9.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256460?format=json","purl":"pkg:npm/apollo-server-core@2.9.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.6"},{"url":"http://public2.vulnerablecode.io/api/packages/256461?format=json","purl":"pkg:npm/apollo-server-core@2.9.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.7"},{"url":"http://public2.vulnerablecode.io/api/packages/256462?format=json","purl":"pkg:npm/apollo-server-core@2.9.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.8"},{"url":"http://public2.vulnerablecode.io/api/packages/256463?format=json","purl":"pkg:npm/apollo-server-core@2.9.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.9"},{"url":"http://public2.vulnerablecode.io/api/packages/256464?format=json","purl":"pkg:npm/apollo-server-core@2.9.10","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.10"},{"url":"http://public2.vulnerablecode.io/api/packages/256465?format=json","purl":"pkg:npm/apollo-server-core@2.9.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.11"},{"url":"http://public2.vulnerablecode.io/api/packages/256466?format=json","purl":"pkg:npm/apollo-server-core@2.9.12","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.12"},{"url":"http://public2.vulnerablecode.io/api/packages/256467?format=json","purl":"pkg:npm/apollo-server-core@2.9.13","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.13"},{"url":"http://public2.vulnerablecode.io/api/packages/256468?format=json","purl":"pkg:npm/apollo-server-core@2.9.14","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.14"},{"url":"http://public2.vulnerablecode.io/api/packages/256469?format=json","purl":"pkg:npm/apollo-server-core@2.9.15","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.15"},{"url":"http://public2.vulnerablecode.io/api/packages/256470?format=json","purl":"pkg:npm/apollo-server-core@2.9.16","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.9.16"},{"url":"http://public2.vulnerablecode.io/api/packages/256471?format=json","purl":"pkg:npm/apollo-server-core@2.10.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.10.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256472?format=json","purl":"pkg:npm/apollo-server-core@2.10.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.10.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256473?format=json","purl":"pkg:npm/apollo-server-core@2.11.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.11.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256474?format=json","purl":"pkg:npm/apollo-server-core@2.11.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.11.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256475?format=json","purl":"pkg:npm/apollo-server-core@2.11.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.11.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256476?format=json","purl":"pkg:npm/apollo-server-core@2.11.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.11.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256477?format=json","purl":"pkg:npm/apollo-server-core@2.12.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.12.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256478?format=json","purl":"pkg:npm/apollo-server-core@2.12.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.12.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256479?format=json","purl":"pkg:npm/apollo-server-core@2.12.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.12.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256480?format=json","purl":"pkg:npm/apollo-server-core@2.12.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.12.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/256481?format=json","purl":"pkg:npm/apollo-server-core@2.12.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.12.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/256482?format=json","purl":"pkg:npm/apollo-server-core@2.12.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.12.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/256483?format=json","purl":"pkg:npm/apollo-server-core@2.12.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.12.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256484?format=json","purl":"pkg:npm/apollo-server-core@2.13.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.13.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256485?format=json","purl":"pkg:npm/apollo-server-core@2.13.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.13.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256486?format=json","purl":"pkg:npm/apollo-server-core@2.13.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.13.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256487?format=json","purl":"pkg:npm/apollo-server-core@2.13.1-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.13.1-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256488?format=json","purl":"pkg:npm/apollo-server-core@2.13.1-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.13.1-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256489?format=json","purl":"pkg:npm/apollo-server-core@2.13.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.13.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256490?format=json","purl":"pkg:npm/apollo-server-core@2.14.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.14.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256491?format=json","purl":"pkg:npm/apollo-server-core@2.14.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.14.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/256492?format=json","purl":"pkg:npm/apollo-server-core@2.14.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.14.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/256493?format=json","purl":"pkg:npm/apollo-server-core@2.14.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.14.0"},{"url":"http://public2.vulnerablecode.io/api/packages/256494?format=json","purl":"pkg:npm/apollo-server-core@2.14.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.14.1"},{"url":"http://public2.vulnerablecode.io/api/packages/77448?format=json","purl":"pkg:npm/apollo-server-core@2.14.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.14.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672326?format=json","purl":"pkg:npm/apollo-server-core@2.14.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.14.3"},{"url":"http://public2.vulnerablecode.io/api/packages/672327?format=json","purl":"pkg:npm/apollo-server-core@2.14.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.14.4"},{"url":"http://public2.vulnerablecode.io/api/packages/672328?format=json","purl":"pkg:npm/apollo-server-core@2.14.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.14.5"},{"url":"http://public2.vulnerablecode.io/api/packages/672329?format=json","purl":"pkg:npm/apollo-server-core@2.15.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.15.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672330?format=json","purl":"pkg:npm/apollo-server-core@2.15.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.15.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672331?format=json","purl":"pkg:npm/apollo-server-core@2.15.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.15.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672332?format=json","purl":"pkg:npm/apollo-server-core@2.15.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.15.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672333?format=json","purl":"pkg:npm/apollo-server-core@2.16.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.16.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672334?format=json","purl":"pkg:npm/apollo-server-core@2.16.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.16.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672335?format=json","purl":"pkg:npm/apollo-server-core@2.17.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.17.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672336?format=json","purl":"pkg:npm/apollo-server-core@2.17.1-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.17.1-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672337?format=json","purl":"pkg:npm/apollo-server-core@2.18.0-rc.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.18.0-rc.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672338?format=json","purl":"pkg:npm/apollo-server-core@2.18.0-rc.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.18.0-rc.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672339?format=json","purl":"pkg:npm/apollo-server-core@2.18.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.18.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672340?format=json","purl":"pkg:npm/apollo-server-core@2.18.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.18.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672341?format=json","purl":"pkg:npm/apollo-server-core@2.18.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.18.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672342?format=json","purl":"pkg:npm/apollo-server-core@2.19.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.19.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672343?format=json","purl":"pkg:npm/apollo-server-core@2.19.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.19.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672344?format=json","purl":"pkg:npm/apollo-server-core@2.19.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.19.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672345?format=json","purl":"pkg:npm/apollo-server-core@2.19.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.19.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672346?format=json","purl":"pkg:npm/apollo-server-core@2.19.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.19.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672347?format=json","purl":"pkg:npm/apollo-server-core@2.20.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.20.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672348?format=json","purl":"pkg:npm/apollo-server-core@2.20.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.20.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672349?format=json","purl":"pkg:npm/apollo-server-core@2.21.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.21.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672350?format=json","purl":"pkg:npm/apollo-server-core@2.21.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.21.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672351?format=json","purl":"pkg:npm/apollo-server-core@2.21.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.21.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672352?format=json","purl":"pkg:npm/apollo-server-core@2.21.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.21.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672353?format=json","purl":"pkg:npm/apollo-server-core@2.21.1-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.21.1-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672354?format=json","purl":"pkg:npm/apollo-server-core@2.21.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.21.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672355?format=json","purl":"pkg:npm/apollo-server-core@2.21.2-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.21.2-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672356?format=json","purl":"pkg:npm/apollo-server-core@2.21.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.21.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672357?format=json","purl":"pkg:npm/apollo-server-core@2.22.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.22.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672358?format=json","purl":"pkg:npm/apollo-server-core@2.22.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.22.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672359?format=json","purl":"pkg:npm/apollo-server-core@2.22.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.22.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672360?format=json","purl":"pkg:npm/apollo-server-core@2.22.2-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.22.2-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672361?format=json","purl":"pkg:npm/apollo-server-core@2.22.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.22.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672362?format=json","purl":"pkg:npm/apollo-server-core@2.23.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.23.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672363?format=json","purl":"pkg:npm/apollo-server-core@2.23.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.23.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672364?format=json","purl":"pkg:npm/apollo-server-core@2.23.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.23.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672365?format=json","purl":"pkg:npm/apollo-server-core@2.23.1-unified.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.23.1-unified.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672366?format=json","purl":"pkg:npm/apollo-server-core@2.23.1-unified.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.23.1-unified.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672367?format=json","purl":"pkg:npm/apollo-server-core@2.23.1-unified2.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.23.1-unified2.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672368?format=json","purl":"pkg:npm/apollo-server-core@2.23.1-unified2.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.23.1-unified2.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672369?format=json","purl":"pkg:npm/apollo-server-core@2.23.1-unified2.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.23.1-unified2.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672370?format=json","purl":"pkg:npm/apollo-server-core@2.23.1-unified2.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.23.1-unified2.3"},{"url":"http://public2.vulnerablecode.io/api/packages/672371?format=json","purl":"pkg:npm/apollo-server-core@2.24.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.24.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672372?format=json","purl":"pkg:npm/apollo-server-core@2.24.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.24.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672373?format=json","purl":"pkg:npm/apollo-server-core@2.24.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.24.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672374?format=json","purl":"pkg:npm/apollo-server-core@2.24.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.24.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672375?format=json","purl":"pkg:npm/apollo-server-core@2.24.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.24.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672376?format=json","purl":"pkg:npm/apollo-server-core@2.25.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.25.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672377?format=json","purl":"pkg:npm/apollo-server-core@2.25.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.25.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672378?format=json","purl":"pkg:npm/apollo-server-core@2.25.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.25.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672379?format=json","purl":"pkg:npm/apollo-server-core@2.25.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.25.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672380?format=json","purl":"pkg:npm/apollo-server-core@2.25.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.25.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672381?format=json","purl":"pkg:npm/apollo-server-core@2.25.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.25.3"},{"url":"http://public2.vulnerablecode.io/api/packages/672382?format=json","purl":"pkg:npm/apollo-server-core@2.25.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.25.4"},{"url":"http://public2.vulnerablecode.io/api/packages/672383?format=json","purl":"pkg:npm/apollo-server-core@2.26.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@2.26.0"},{"url":"http://public2.vulnerablecode.io/api/packages/66747?format=json","purl":"pkg:npm/apollo-server-core@3.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602384?format=json","purl":"pkg:npm/apollo-server-core@3.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/602385?format=json","purl":"pkg:npm/apollo-server-core@3.0.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.0.2"},{"url":"http://public2.vulnerablecode.io/api/packages/602386?format=json","purl":"pkg:npm/apollo-server-core@3.1.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.1.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602387?format=json","purl":"pkg:npm/apollo-server-core@3.1.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.1.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/602388?format=json","purl":"pkg:npm/apollo-server-core@3.1.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.1.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602389?format=json","purl":"pkg:npm/apollo-server-core@3.1.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.1.1"},{"url":"http://public2.vulnerablecode.io/api/packages/602390?format=json","purl":"pkg:npm/apollo-server-core@3.1.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.1.2"},{"url":"http://public2.vulnerablecode.io/api/packages/602391?format=json","purl":"pkg:npm/apollo-server-core@3.2.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.2.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602392?format=json","purl":"pkg:npm/apollo-server-core@3.2.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.2.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602393?format=json","purl":"pkg:npm/apollo-server-core@3.3.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.3.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602394?format=json","purl":"pkg:npm/apollo-server-core@3.4.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.4.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602395?format=json","purl":"pkg:npm/apollo-server-core@3.4.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.4.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602396?format=json","purl":"pkg:npm/apollo-server-core@3.4.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.4.1"},{"url":"http://public2.vulnerablecode.io/api/packages/602397?format=json","purl":"pkg:npm/apollo-server-core@3.5.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.5.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602398?format=json","purl":"pkg:npm/apollo-server-core@3.6.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602399?format=json","purl":"pkg:npm/apollo-server-core@3.6.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/602400?format=json","purl":"pkg:npm/apollo-server-core@3.6.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602401?format=json","purl":"pkg:npm/apollo-server-core@3.6.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.1"},{"url":"http://public2.vulnerablecode.io/api/packages/602402?format=json","purl":"pkg:npm/apollo-server-core@3.6.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.2"},{"url":"http://public2.vulnerablecode.io/api/packages/602403?format=json","purl":"pkg:npm/apollo-server-core@3.6.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.3"},{"url":"http://public2.vulnerablecode.io/api/packages/602404?format=json","purl":"pkg:npm/apollo-server-core@3.6.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.4"},{"url":"http://public2.vulnerablecode.io/api/packages/602405?format=json","purl":"pkg:npm/apollo-server-core@3.6.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.5"},{"url":"http://public2.vulnerablecode.io/api/packages/602406?format=json","purl":"pkg:npm/apollo-server-core@3.6.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.6"},{"url":"http://public2.vulnerablecode.io/api/packages/602407?format=json","purl":"pkg:npm/apollo-server-core@3.6.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.7"},{"url":"http://public2.vulnerablecode.io/api/packages/602408?format=json","purl":"pkg:npm/apollo-server-core@3.6.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.6.8"},{"url":"http://public2.vulnerablecode.io/api/packages/602409?format=json","purl":"pkg:npm/apollo-server-core@3.7.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.7.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602410?format=json","purl":"pkg:npm/apollo-server-core@3.8.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.8.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602411?format=json","purl":"pkg:npm/apollo-server-core@3.8.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.8.1"},{"url":"http://public2.vulnerablecode.io/api/packages/602412?format=json","purl":"pkg:npm/apollo-server-core@3.8.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.8.2"},{"url":"http://public2.vulnerablecode.io/api/packages/602413?format=json","purl":"pkg:npm/apollo-server-core@3.9.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.9.0"},{"url":"http://public2.vulnerablecode.io/api/packages/602414?format=json","purl":"pkg:npm/apollo-server-core@3.10.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"},{"vulnerability":"VCID-m486-e7fw-9yhb"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.10.0"},{"url":"http://public2.vulnerablecode.io/api/packages/148033?format=json","purl":"pkg:npm/apollo-server-core@3.10.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.10.1"},{"url":"http://public2.vulnerablecode.io/api/packages/618527?format=json","purl":"pkg:npm/apollo-server-core@3.10.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.10.2"},{"url":"http://public2.vulnerablecode.io/api/packages/618528?format=json","purl":"pkg:npm/apollo-server-core@3.10.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.10.3"},{"url":"http://public2.vulnerablecode.io/api/packages/618529?format=json","purl":"pkg:npm/apollo-server-core@3.10.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.10.4"},{"url":"http://public2.vulnerablecode.io/api/packages/148536?format=json","purl":"pkg:npm/apollo-server-core@3.11.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.11.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672384?format=json","purl":"pkg:npm/apollo-server-core@3.11.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.11.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672385?format=json","purl":"pkg:npm/apollo-server-core@3.12.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server-core@3.12.0"},{"url":"http://public2.vulnerablecode.io/api/packages/618498?format=json","purl":"pkg:npm/%40apollo/server@3.0.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@3.0.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/618499?format=json","purl":"pkg:npm/%40apollo/server@3.0.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@3.0.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/618500?format=json","purl":"pkg:npm/%40apollo/server@3.0.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@3.0.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/618501?format=json","purl":"pkg:npm/%40apollo/server@3.0.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@3.0.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/618502?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/618503?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/618504?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/618505?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/618506?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/618507?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/618508?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.6"},{"url":"http://public2.vulnerablecode.io/api/packages/618509?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.7"},{"url":"http://public2.vulnerablecode.io/api/packages/618510?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.8"},{"url":"http://public2.vulnerablecode.io/api/packages/618511?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.9"},{"url":"http://public2.vulnerablecode.io/api/packages/618512?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.10","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.10"},{"url":"http://public2.vulnerablecode.io/api/packages/618513?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.11"},{"url":"http://public2.vulnerablecode.io/api/packages/618514?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.12","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.12"},{"url":"http://public2.vulnerablecode.io/api/packages/618515?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-alpha.13","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-alpha.13"},{"url":"http://public2.vulnerablecode.io/api/packages/618516?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-rc.14","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-rc.14"},{"url":"http://public2.vulnerablecode.io/api/packages/618517?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-rc.15","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-rc.15"},{"url":"http://public2.vulnerablecode.io/api/packages/618518?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-rc.16","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-rc.16"},{"url":"http://public2.vulnerablecode.io/api/packages/618519?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-rc.17","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-rc.17"},{"url":"http://public2.vulnerablecode.io/api/packages/618520?format=json","purl":"pkg:npm/%40apollo/server@4.0.0-rc.18","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0-rc.18"},{"url":"http://public2.vulnerablecode.io/api/packages/618521?format=json","purl":"pkg:npm/%40apollo/server@4.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/618522?format=json","purl":"pkg:npm/%40apollo/server@4.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/618523?format=json","purl":"pkg:npm/%40apollo/server@4.0.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.2"},{"url":"http://public2.vulnerablecode.io/api/packages/618524?format=json","purl":"pkg:npm/%40apollo/server@4.0.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.3"},{"url":"http://public2.vulnerablecode.io/api/packages/618525?format=json","purl":"pkg:npm/%40apollo/server@4.0.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.4"},{"url":"http://public2.vulnerablecode.io/api/packages/618526?format=json","purl":"pkg:npm/%40apollo/server@4.0.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-g2g3-wsxs-1qac"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.0.5"},{"url":"http://public2.vulnerablecode.io/api/packages/148537?format=json","purl":"pkg:npm/%40apollo/server@4.1.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.1.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672296?format=json","purl":"pkg:npm/%40apollo/server@4.1.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.1.1"},{"url":"http://public2.vulnerablecode.io/api/packages/73861?format=json","purl":"pkg:npm/%40apollo/server@4.2.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.2.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672297?format=json","purl":"pkg:npm/%40apollo/server@4.2.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.2.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672298?format=json","purl":"pkg:npm/%40apollo/server@4.2.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.2.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672299?format=json","purl":"pkg:npm/%40apollo/server@4.3.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.3.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672300?format=json","purl":"pkg:npm/%40apollo/server@4.3.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.3.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672301?format=json","purl":"pkg:npm/%40apollo/server@4.3.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.3.2"},{"url":"http://public2.vulnerablecode.io/api/packages/672302?format=json","purl":"pkg:npm/%40apollo/server@4.3.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.3.3"},{"url":"http://public2.vulnerablecode.io/api/packages/672303?format=json","purl":"pkg:npm/%40apollo/server@4.4.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.4.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672304?format=json","purl":"pkg:npm/%40apollo/server@4.4.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.4.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672305?format=json","purl":"pkg:npm/%40apollo/server@4.5.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.5.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672306?format=json","purl":"pkg:npm/%40apollo/server@4.6.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.6.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672307?format=json","purl":"pkg:npm/%40apollo/server@4.7.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.7.0"},{"url":"http://public2.vulnerablecode.io/api/packages/65593?format=json","purl":"pkg:npm/%40apollo/server@4.7.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-nm8n-5rm1-xyec"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.7.1"},{"url":"http://public2.vulnerablecode.io/api/packages/656748?format=json","purl":"pkg:npm/%40apollo/server@4.7.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-nm8n-5rm1-xyec"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.7.2"},{"url":"http://public2.vulnerablecode.io/api/packages/656749?format=json","purl":"pkg:npm/%40apollo/server@4.7.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-nm8n-5rm1-xyec"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.7.3"},{"url":"http://public2.vulnerablecode.io/api/packages/65594?format=json","purl":"pkg:npm/%40apollo/server@4.7.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.7.4"},{"url":"http://public2.vulnerablecode.io/api/packages/672308?format=json","purl":"pkg:npm/%40apollo/server@4.7.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.7.5"},{"url":"http://public2.vulnerablecode.io/api/packages/672309?format=json","purl":"pkg:npm/%40apollo/server@4.8.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.8.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672310?format=json","purl":"pkg:npm/%40apollo/server@4.8.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.8.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672311?format=json","purl":"pkg:npm/%40apollo/server@4.9.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.9.0"},{"url":"http://public2.vulnerablecode.io/api/packages/672312?format=json","purl":"pkg:npm/%40apollo/server@4.9.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.9.1"},{"url":"http://public2.vulnerablecode.io/api/packages/672313?format=json","purl":"pkg:npm/%40apollo/server@4.9.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-98q9-kzcd-77h4"},{"vulnerability":"VCID-fdyu-hkcu-7bhy"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/%2540apollo/server@4.9.2"}],"references":[{"reference_url":"https://github.com/apollographql/apollo-server","reference_id":"","reference_type":"","scores":[{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/apollographql/apollo-server"},{"reference_url":"https://github.com/apollographql/apollo-server/commit/2c8106c433c4add4b43e2e2b2f5c5c4887b17314","reference_id":"","reference_type":"","scores":[{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/apollographql/apollo-server/commit/2c8106c433c4add4b43e2e2b2f5c5c4887b17314"},{"reference_url":"https://github.com/apollographql/apollo-server/commit/d38b43bac88acdef4295759d7dcc3d4c348d9575","reference_id":"","reference_type":"","scores":[{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/apollographql/apollo-server/commit/d38b43bac88acdef4295759d7dcc3d4c348d9575"},{"reference_url":"https://github.com/advisories/GHSA-j5g3-5c8r-7qfx","reference_id":"GHSA-j5g3-5c8r-7qfx","reference_type":"","scores":[],"url":"https://github.com/advisories/GHSA-j5g3-5c8r-7qfx"},{"reference_url":"https://github.com/apollographql/apollo-server/security/advisories/GHSA-j5g3-5c8r-7qfx","reference_id":"GHSA-j5g3-5c8r-7qfx","reference_type":"","scores":[{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/apollographql/apollo-server/security/advisories/GHSA-j5g3-5c8r-7qfx"}],"weaknesses":[{"cwe_id":1035,"name":"OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."},{"cwe_id":937,"name":"OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."}],"exploits":[],"severity_range_score":"0.1 - 3","exploitability":"0.5","weighted_severity":"2.7","risk_score":1.4,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-fdyu-hkcu-7bhy"}