{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/108771?format=json","vulnerability_id":"VCID-kq3g-ak44-kfge","summary":"The graphql-upload library included in Apollo Server 2 is vulnerable to CSRF mutations\n### Impact\nThe [graphql-upload](https://www.npmjs.com/package/graphql-upload) npm package can execute GraphQL operations contained in `content-type: multipart/form-data` POST requests. Because they are POST requests, they can contain GraphQL mutations. Because they use `content-type: multipart/form-data`, they can be \"simple requests\" which are not preflighted by browsers.\n\nIf your GraphQL server uses `graphql-upload` and uses `SameSite=None` cookies for authentication, then JS on any origin can cause browsers to send cookie-authenticated mutations to your GraphQL server, which will be executed without checking your CORS policy first. (The attack won't be able to see the response to the mutation if your CORS policy is set up properly, but the side effects of the mutation will still happen.)\n\nAdditionally, if your GraphQL server uses `graphql-upload` and relies on network properties for security (whether by explicitly looking at the client's IP address or by only being available on a private network), then JS on any origin can cause browsers (which may be on a private network or have an allowed IP address) to send mutations to your GraphQL server, which will be executed without checking your CORS policy first. (This attack does not require your server to use cookies. It is in some cases prevented by some browsers such as Chrome.)\n\nApollo Server 2 bundled `graphql-upload` and enabled it by default, so by default, Apollo Server 2 servers are vulnerable to these CSRF attacks.  (Apollo Server 1 did not bundle `graphql-upload`. Apollo Server 3 no longer bundles `graphql-upload`, although AS3's docs do document how to manually integrate with `graphql-upload`.) It is enabled even if your server makes no use of the upload functionality.\n\nIf you are running Apollo Server 2 (older than v2.25.4) and do not specify `uploads: false` to `new ApolloServer`, then you are vulnerable to this CSRF mutation attack.\n\nWe recently introduced an opt-in CSRF prevention feature in Apollo Server 3.7.  This feature successfully protects against CSRF even if you have manually integrated your AS3.7 server with `graphql-upload`. However, this feature is not available for Apollo Server 2.\n\n### Patches\nIf you are using Apollo Server 2 and do *not* actually use uploads in your schema (ie, the `Upload` scalar is not used as the argument to any field or in any input object definition, and you do not specify `uploads` to `new ApolloServer`), then upgrading to Apollo Server 2.25.4 will automatically disable `graphql-upload` in your server.  This will fix the CSRF mutation vulnerability.\n\nUpgrading to v2.25.4 does still leave your server vulnerable to non-mutation CSRF attacks such as timing attacks against query operations. To protect yourself against these potentially lower impact CSRF attack, we encourage upgrading to Apollo Server v3.7 and enabling CSRF prevention. See [the Apollo Server 3 migration guide](https://www.apollographql.com/docs/apollo-server/migration/) and the [CSRF prevention docs](https://www.apollographql.com/docs/apollo-server/security/cors/#preventing-cross-site-request-forgery-csrf) for details.\n\nIf you are actively using the uploads feature with Apollo Server 2, then upgrading to v2.25.4 will not disable the feature and you will still be vulnerable. You should instead upgrade to v3.7 and enable the CSRF prevention feature.\n\nIf you are manually integrating the `graphql-upload` package with any version of Apollo Server (or any Node GraphQL server) and need to continue using the feature, then you must enable some sort of CSRF prevention feature to fix this vulnerability. We recommend the CSRF prevention feature in Apollo Server 3.7.\n\n### Workarounds\nInstead of upgrading your Apollo Server 2 server, you can specify `uploads: false` to `new ApolloServer` to disable the `graphql-upload` integration and protect against CSRF mutations. (Only do this if you do not actually use the uploads feature in your server!) This will still leave your server vulnerable to non-mutation CSRF attacks such as timing attacks against query operations; you need to upgrade to v3.7 and enable CSRF prevention to protect against these attacks.\n\n### Related work\n- [PR adding a Security section to the GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec/pull/64)","aliases":[{"alias":"GHSA-2p3c-p3qw-69r4"},{"alias":"GMS-2022-5387"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/144557?format=json","purl":"pkg:npm/apollo-server@2.25.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.25.4"}],"affected_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/59512?format=json","purl":"pkg:npm/apollo-server@2.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258077?format=json","purl":"pkg:npm/apollo-server@2.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258078?format=json","purl":"pkg:npm/apollo-server@2.0.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.0.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258079?format=json","purl":"pkg:npm/apollo-server@2.0.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.0.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258080?format=json","purl":"pkg:npm/apollo-server@2.0.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.0.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258081?format=json","purl":"pkg:npm/apollo-server@2.0.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.0.5"},{"url":"http://public2.vulnerablecode.io/api/packages/258082?format=json","purl":"pkg:npm/apollo-server@2.0.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.0.6"},{"url":"http://public2.vulnerablecode.io/api/packages/258083?format=json","purl":"pkg:npm/apollo-server@2.0.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.0.7"},{"url":"http://public2.vulnerablecode.io/api/packages/258084?format=json","purl":"pkg:npm/apollo-server@2.0.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.0.8"},{"url":"http://public2.vulnerablecode.io/api/packages/258085?format=json","purl":"pkg:npm/apollo-server@2.1.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.1.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258086?format=json","purl":"pkg:npm/apollo-server@2.1.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.1.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258087?format=json","purl":"pkg:npm/apollo-server@2.1.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.1.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258088?format=json","purl":"pkg:npm/apollo-server@2.1.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.1.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/258089?format=json","purl":"pkg:npm/apollo-server@2.1.0-alpha.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.1.0-alpha.6"},{"url":"http://public2.vulnerablecode.io/api/packages/258090?format=json","purl":"pkg:npm/apollo-server@2.1.0-alpha.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.1.0-alpha.7"},{"url":"http://public2.vulnerablecode.io/api/packages/258091?format=json","purl":"pkg:npm/apollo-server@2.1.0-alpha.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.1.0-alpha.8"},{"url":"http://public2.vulnerablecode.io/api/packages/258092?format=json","purl":"pkg:npm/apollo-server@2.1.0-alpha.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.1.0-alpha.9"},{"url":"http://public2.vulnerablecode.io/api/packages/258093?format=json","purl":"pkg:npm/apollo-server@2.1.0-alpha.10","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.1.0-alpha.10"},{"url":"http://public2.vulnerablecode.io/api/packages/258094?format=json","purl":"pkg:npm/apollo-server@2.1.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.1.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258095?format=json","purl":"pkg:npm/apollo-server@2.2.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258096?format=json","purl":"pkg:npm/apollo-server@2.2.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258097?format=json","purl":"pkg:npm/apollo-server@2.2.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258098?format=json","purl":"pkg:npm/apollo-server@2.2.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258099?format=json","purl":"pkg:npm/apollo-server@2.2.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258100?format=json","purl":"pkg:npm/apollo-server@2.2.0-register.2195","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.0-register.2195"},{"url":"http://public2.vulnerablecode.io/api/packages/258101?format=json","purl":"pkg:npm/apollo-server@2.2.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258102?format=json","purl":"pkg:npm/apollo-server@2.2.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258103?format=json","purl":"pkg:npm/apollo-server@2.2.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258104?format=json","purl":"pkg:npm/apollo-server@2.2.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258105?format=json","purl":"pkg:npm/apollo-server@2.2.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258106?format=json","purl":"pkg:npm/apollo-server@2.2.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.5"},{"url":"http://public2.vulnerablecode.io/api/packages/258107?format=json","purl":"pkg:npm/apollo-server@2.2.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.6"},{"url":"http://public2.vulnerablecode.io/api/packages/258108?format=json","purl":"pkg:npm/apollo-server@2.2.7-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.7-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258109?format=json","purl":"pkg:npm/apollo-server@2.2.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.2.7"},{"url":"http://public2.vulnerablecode.io/api/packages/258110?format=json","purl":"pkg:npm/apollo-server@2.3.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.3.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258111?format=json","purl":"pkg:npm/apollo-server@2.3.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.3.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258112?format=json","purl":"pkg:npm/apollo-server@2.3.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.3.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258113?format=json","purl":"pkg:npm/apollo-server@2.3.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.3.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258114?format=json","purl":"pkg:npm/apollo-server@2.3.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.3.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258115?format=json","purl":"pkg:npm/apollo-server@2.4.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258116?format=json","purl":"pkg:npm/apollo-server@2.4.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258117?format=json","purl":"pkg:npm/apollo-server@2.4.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258118?format=json","purl":"pkg:npm/apollo-server@2.4.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258119?format=json","purl":"pkg:npm/apollo-server@2.4.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258120?format=json","purl":"pkg:npm/apollo-server@2.4.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258121?format=json","purl":"pkg:npm/apollo-server@2.4.2-rc.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.2-rc.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258122?format=json","purl":"pkg:npm/apollo-server@2.4.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258123?format=json","purl":"pkg:npm/apollo-server@2.4.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258124?format=json","purl":"pkg:npm/apollo-server@2.4.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258125?format=json","purl":"pkg:npm/apollo-server@2.4.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.5"},{"url":"http://public2.vulnerablecode.io/api/packages/258126?format=json","purl":"pkg:npm/apollo-server@2.4.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.6"},{"url":"http://public2.vulnerablecode.io/api/packages/258127?format=json","purl":"pkg:npm/apollo-server@2.4.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.7"},{"url":"http://public2.vulnerablecode.io/api/packages/258128?format=json","purl":"pkg:npm/apollo-server@2.4.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.4.8"},{"url":"http://public2.vulnerablecode.io/api/packages/258129?format=json","purl":"pkg:npm/apollo-server@2.5.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258130?format=json","purl":"pkg:npm/apollo-server@2.5.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258131?format=json","purl":"pkg:npm/apollo-server@2.5.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258132?format=json","purl":"pkg:npm/apollo-server@2.5.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258133?format=json","purl":"pkg:npm/apollo-server@2.5.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258134?format=json","purl":"pkg:npm/apollo-server@2.5.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/258135?format=json","purl":"pkg:npm/apollo-server@2.5.0-alpha.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.0-alpha.6"},{"url":"http://public2.vulnerablecode.io/api/packages/258136?format=json","purl":"pkg:npm/apollo-server@2.5.0-alpha.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.0-alpha.7"},{"url":"http://public2.vulnerablecode.io/api/packages/258137?format=json","purl":"pkg:npm/apollo-server@2.5.0-rc.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.0-rc.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258138?format=json","purl":"pkg:npm/apollo-server@2.5.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258139?format=json","purl":"pkg:npm/apollo-server@2.5.1-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.1-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258140?format=json","purl":"pkg:npm/apollo-server@2.5.1-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.1-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258141?format=json","purl":"pkg:npm/apollo-server@2.5.1-alpha.14","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.1-alpha.14"},{"url":"http://public2.vulnerablecode.io/api/packages/258142?format=json","purl":"pkg:npm/apollo-server@2.5.1-alpha.15","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.1-alpha.15"},{"url":"http://public2.vulnerablecode.io/api/packages/258143?format=json","purl":"pkg:npm/apollo-server@2.5.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.5.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258144?format=json","purl":"pkg:npm/apollo-server@2.6.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258145?format=json","purl":"pkg:npm/apollo-server@2.6.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258146?format=json","purl":"pkg:npm/apollo-server@2.6.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258147?format=json","purl":"pkg:npm/apollo-server@2.6.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258148?format=json","purl":"pkg:npm/apollo-server@2.6.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258149?format=json","purl":"pkg:npm/apollo-server@2.6.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/258150?format=json","purl":"pkg:npm/apollo-server@2.6.0-alpha.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-alpha.6"},{"url":"http://public2.vulnerablecode.io/api/packages/258151?format=json","purl":"pkg:npm/apollo-server@2.6.0-alpha.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-alpha.7"},{"url":"http://public2.vulnerablecode.io/api/packages/258152?format=json","purl":"pkg:npm/apollo-server@2.6.0-alpha.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-alpha.8"},{"url":"http://public2.vulnerablecode.io/api/packages/258153?format=json","purl":"pkg:npm/apollo-server@2.6.0-alpha.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-alpha.9"},{"url":"http://public2.vulnerablecode.io/api/packages/258154?format=json","purl":"pkg:npm/apollo-server@2.6.0-rc.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0-rc.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258155?format=json","purl":"pkg:npm/apollo-server@2.6.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258156?format=json","purl":"pkg:npm/apollo-server@2.6.1-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.1-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258157?format=json","purl":"pkg:npm/apollo-server@2.6.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258158?format=json","purl":"pkg:npm/apollo-server@2.6.2-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.2-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258159?format=json","purl":"pkg:npm/apollo-server@2.6.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258160?format=json","purl":"pkg:npm/apollo-server@2.6.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258161?format=json","purl":"pkg:npm/apollo-server@2.6.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258162?format=json","purl":"pkg:npm/apollo-server@2.6.5-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.5-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258163?format=json","purl":"pkg:npm/apollo-server@2.6.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.5"},{"url":"http://public2.vulnerablecode.io/api/packages/258164?format=json","purl":"pkg:npm/apollo-server@2.6.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.6"},{"url":"http://public2.vulnerablecode.io/api/packages/258165?format=json","purl":"pkg:npm/apollo-server@2.6.7-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.7-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258166?format=json","purl":"pkg:npm/apollo-server@2.6.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.7"},{"url":"http://public2.vulnerablecode.io/api/packages/258167?format=json","purl":"pkg:npm/apollo-server@2.6.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.8"},{"url":"http://public2.vulnerablecode.io/api/packages/258168?format=json","purl":"pkg:npm/apollo-server@2.6.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.6.9"},{"url":"http://public2.vulnerablecode.io/api/packages/258169?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258170?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258171?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258172?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258173?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258174?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/258175?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.6"},{"url":"http://public2.vulnerablecode.io/api/packages/258176?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.7"},{"url":"http://public2.vulnerablecode.io/api/packages/258177?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.8"},{"url":"http://public2.vulnerablecode.io/api/packages/258178?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.9"},{"url":"http://public2.vulnerablecode.io/api/packages/258179?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.12","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.12"},{"url":"http://public2.vulnerablecode.io/api/packages/258180?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.13","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.13"},{"url":"http://public2.vulnerablecode.io/api/packages/258181?format=json","purl":"pkg:npm/apollo-server@2.7.0-alpha.14","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0-alpha.14"},{"url":"http://public2.vulnerablecode.io/api/packages/258182?format=json","purl":"pkg:npm/apollo-server@2.7.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258183?format=json","purl":"pkg:npm/apollo-server@2.7.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258184?format=json","purl":"pkg:npm/apollo-server@2.7.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.7.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258185?format=json","purl":"pkg:npm/apollo-server@2.8.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.8.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258186?format=json","purl":"pkg:npm/apollo-server@2.8.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.8.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258187?format=json","purl":"pkg:npm/apollo-server@2.8.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.8.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258188?format=json","purl":"pkg:npm/apollo-server@2.9.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258189?format=json","purl":"pkg:npm/apollo-server@2.9.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258190?format=json","purl":"pkg:npm/apollo-server@2.9.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258191?format=json","purl":"pkg:npm/apollo-server@2.9.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258192?format=json","purl":"pkg:npm/apollo-server@2.9.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258193?format=json","purl":"pkg:npm/apollo-server@2.9.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.5"},{"url":"http://public2.vulnerablecode.io/api/packages/258194?format=json","purl":"pkg:npm/apollo-server@2.9.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.6"},{"url":"http://public2.vulnerablecode.io/api/packages/258195?format=json","purl":"pkg:npm/apollo-server@2.9.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.7"},{"url":"http://public2.vulnerablecode.io/api/packages/258196?format=json","purl":"pkg:npm/apollo-server@2.9.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.8"},{"url":"http://public2.vulnerablecode.io/api/packages/258197?format=json","purl":"pkg:npm/apollo-server@2.9.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.9"},{"url":"http://public2.vulnerablecode.io/api/packages/258198?format=json","purl":"pkg:npm/apollo-server@2.9.10","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.10"},{"url":"http://public2.vulnerablecode.io/api/packages/258199?format=json","purl":"pkg:npm/apollo-server@2.9.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.11"},{"url":"http://public2.vulnerablecode.io/api/packages/258200?format=json","purl":"pkg:npm/apollo-server@2.9.12","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.12"},{"url":"http://public2.vulnerablecode.io/api/packages/258201?format=json","purl":"pkg:npm/apollo-server@2.9.13","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.13"},{"url":"http://public2.vulnerablecode.io/api/packages/258202?format=json","purl":"pkg:npm/apollo-server@2.9.14","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.14"},{"url":"http://public2.vulnerablecode.io/api/packages/258203?format=json","purl":"pkg:npm/apollo-server@2.9.15","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.15"},{"url":"http://public2.vulnerablecode.io/api/packages/258204?format=json","purl":"pkg:npm/apollo-server@2.9.16","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.9.16"},{"url":"http://public2.vulnerablecode.io/api/packages/258205?format=json","purl":"pkg:npm/apollo-server@2.10.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.10.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258206?format=json","purl":"pkg:npm/apollo-server@2.10.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.10.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258207?format=json","purl":"pkg:npm/apollo-server@2.11.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.11.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258208?format=json","purl":"pkg:npm/apollo-server@2.11.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.11.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258209?format=json","purl":"pkg:npm/apollo-server@2.11.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.11.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258210?format=json","purl":"pkg:npm/apollo-server@2.11.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.11.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258211?format=json","purl":"pkg:npm/apollo-server@2.12.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.12.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258212?format=json","purl":"pkg:npm/apollo-server@2.12.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.12.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258213?format=json","purl":"pkg:npm/apollo-server@2.12.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.12.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258214?format=json","purl":"pkg:npm/apollo-server@2.12.0-alpha.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.12.0-alpha.3"},{"url":"http://public2.vulnerablecode.io/api/packages/258215?format=json","purl":"pkg:npm/apollo-server@2.12.0-alpha.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.12.0-alpha.4"},{"url":"http://public2.vulnerablecode.io/api/packages/258216?format=json","purl":"pkg:npm/apollo-server@2.12.0-alpha.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.12.0-alpha.5"},{"url":"http://public2.vulnerablecode.io/api/packages/258217?format=json","purl":"pkg:npm/apollo-server@2.12.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.12.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258218?format=json","purl":"pkg:npm/apollo-server@2.13.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.13.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258219?format=json","purl":"pkg:npm/apollo-server@2.13.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.13.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258220?format=json","purl":"pkg:npm/apollo-server@2.13.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.13.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258221?format=json","purl":"pkg:npm/apollo-server@2.13.1-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.13.1-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258222?format=json","purl":"pkg:npm/apollo-server@2.13.1-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.13.1-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258223?format=json","purl":"pkg:npm/apollo-server@2.13.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.13.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258224?format=json","purl":"pkg:npm/apollo-server@2.14.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.14.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258225?format=json","purl":"pkg:npm/apollo-server@2.14.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.14.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/258226?format=json","purl":"pkg:npm/apollo-server@2.14.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.14.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/258227?format=json","purl":"pkg:npm/apollo-server@2.14.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.14.0"},{"url":"http://public2.vulnerablecode.io/api/packages/258228?format=json","purl":"pkg:npm/apollo-server@2.14.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"},{"vulnerability":"VCID-u2b9-99j7-rkbk"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.14.1"},{"url":"http://public2.vulnerablecode.io/api/packages/77466?format=json","purl":"pkg:npm/apollo-server@2.14.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.14.2"},{"url":"http://public2.vulnerablecode.io/api/packages/539581?format=json","purl":"pkg:npm/apollo-server@2.14.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.14.3"},{"url":"http://public2.vulnerablecode.io/api/packages/539582?format=json","purl":"pkg:npm/apollo-server@2.14.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.14.4"},{"url":"http://public2.vulnerablecode.io/api/packages/539583?format=json","purl":"pkg:npm/apollo-server@2.14.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.14.5"},{"url":"http://public2.vulnerablecode.io/api/packages/539584?format=json","purl":"pkg:npm/apollo-server@2.15.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.15.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539585?format=json","purl":"pkg:npm/apollo-server@2.15.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.15.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539586?format=json","purl":"pkg:npm/apollo-server@2.15.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.15.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539587?format=json","purl":"pkg:npm/apollo-server@2.15.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.15.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539588?format=json","purl":"pkg:npm/apollo-server@2.16.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.16.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539589?format=json","purl":"pkg:npm/apollo-server@2.16.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.16.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539590?format=json","purl":"pkg:npm/apollo-server@2.17.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.17.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539591?format=json","purl":"pkg:npm/apollo-server@2.17.1-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.17.1-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539592?format=json","purl":"pkg:npm/apollo-server@2.18.0-rc.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.18.0-rc.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539593?format=json","purl":"pkg:npm/apollo-server@2.18.0-rc.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.18.0-rc.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539594?format=json","purl":"pkg:npm/apollo-server@2.18.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.18.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539595?format=json","purl":"pkg:npm/apollo-server@2.18.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.18.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539596?format=json","purl":"pkg:npm/apollo-server@2.18.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.18.2"},{"url":"http://public2.vulnerablecode.io/api/packages/539597?format=json","purl":"pkg:npm/apollo-server@2.19.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.19.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539598?format=json","purl":"pkg:npm/apollo-server@2.19.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.19.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539599?format=json","purl":"pkg:npm/apollo-server@2.19.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.19.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539600?format=json","purl":"pkg:npm/apollo-server@2.19.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.19.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539601?format=json","purl":"pkg:npm/apollo-server@2.19.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.19.2"},{"url":"http://public2.vulnerablecode.io/api/packages/539602?format=json","purl":"pkg:npm/apollo-server@2.20.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.20.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539603?format=json","purl":"pkg:npm/apollo-server@2.20.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.20.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539604?format=json","purl":"pkg:npm/apollo-server@2.21.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.21.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539605?format=json","purl":"pkg:npm/apollo-server@2.21.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.21.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539606?format=json","purl":"pkg:npm/apollo-server@2.21.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.21.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/539607?format=json","purl":"pkg:npm/apollo-server@2.21.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.21.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539608?format=json","purl":"pkg:npm/apollo-server@2.21.1-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.21.1-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539609?format=json","purl":"pkg:npm/apollo-server@2.21.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.21.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539610?format=json","purl":"pkg:npm/apollo-server@2.21.2-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.21.2-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539611?format=json","purl":"pkg:npm/apollo-server@2.21.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.21.2"},{"url":"http://public2.vulnerablecode.io/api/packages/539612?format=json","purl":"pkg:npm/apollo-server@2.22.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.22.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539613?format=json","purl":"pkg:npm/apollo-server@2.22.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.22.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539614?format=json","purl":"pkg:npm/apollo-server@2.22.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.22.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539615?format=json","purl":"pkg:npm/apollo-server@2.22.2-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.22.2-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539616?format=json","purl":"pkg:npm/apollo-server@2.22.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.22.2"},{"url":"http://public2.vulnerablecode.io/api/packages/539617?format=json","purl":"pkg:npm/apollo-server@2.23.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.23.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539618?format=json","purl":"pkg:npm/apollo-server@2.23.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.23.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539619?format=json","purl":"pkg:npm/apollo-server@2.23.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.23.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539620?format=json","purl":"pkg:npm/apollo-server@2.23.1-unified.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.23.1-unified.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539621?format=json","purl":"pkg:npm/apollo-server@2.23.1-unified.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.23.1-unified.2"},{"url":"http://public2.vulnerablecode.io/api/packages/539622?format=json","purl":"pkg:npm/apollo-server@2.23.1-unified2.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.23.1-unified2.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539623?format=json","purl":"pkg:npm/apollo-server@2.23.1-unified2.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.23.1-unified2.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539624?format=json","purl":"pkg:npm/apollo-server@2.23.1-unified2.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.23.1-unified2.2"},{"url":"http://public2.vulnerablecode.io/api/packages/539625?format=json","purl":"pkg:npm/apollo-server@2.23.1-unified2.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.23.1-unified2.3"},{"url":"http://public2.vulnerablecode.io/api/packages/539626?format=json","purl":"pkg:npm/apollo-server@2.24.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.24.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539627?format=json","purl":"pkg:npm/apollo-server@2.24.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.24.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539628?format=json","purl":"pkg:npm/apollo-server@2.24.0-alpha.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.24.0-alpha.2"},{"url":"http://public2.vulnerablecode.io/api/packages/539629?format=json","purl":"pkg:npm/apollo-server@2.24.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.24.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539630?format=json","purl":"pkg:npm/apollo-server@2.24.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.24.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539631?format=json","purl":"pkg:npm/apollo-server@2.25.0-alpha.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.25.0-alpha.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539632?format=json","purl":"pkg:npm/apollo-server@2.25.0-alpha.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.25.0-alpha.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539633?format=json","purl":"pkg:npm/apollo-server@2.25.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.25.0"},{"url":"http://public2.vulnerablecode.io/api/packages/539634?format=json","purl":"pkg:npm/apollo-server@2.25.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.25.1"},{"url":"http://public2.vulnerablecode.io/api/packages/539635?format=json","purl":"pkg:npm/apollo-server@2.25.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-a82x-uben-ufdz"},{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.25.2"},{"url":"http://public2.vulnerablecode.io/api/packages/59514?format=json","purl":"pkg:npm/apollo-server@2.25.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-kq3g-ak44-kfge"},{"vulnerability":"VCID-peh1-p69m-nyh7"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/apollo-server@2.25.3"}],"references":[{"reference_url":"https://github.com/apollographql/apollo-server","reference_id":"","reference_type":"","scores":[{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/apollographql/apollo-server"},{"reference_url":"https://github.com/apollographql/apollo-server/commit/82d44985ddca8e61557957d67f41e9c1a705a5ca","reference_id":"","reference_type":"","scores":[{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/apollographql/apollo-server/commit/82d44985ddca8e61557957d67f41e9c1a705a5ca"},{"reference_url":"https://github.com/apollographql/apollo-server/security/advisories/GHSA-2p3c-p3qw-69r4","reference_id":"","reference_type":"","scores":[{"value":"MODERATE","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/apollographql/apollo-server/security/advisories/GHSA-2p3c-p3qw-69r4"},{"reference_url":"https://github.com/jaydenseric/graphql-multipart-request-spec/pull/64","reference_id":"","reference_type":"","scores":[{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/jaydenseric/graphql-multipart-request-spec/pull/64"},{"reference_url":"https://github.com/advisories/GHSA-2p3c-p3qw-69r4","reference_id":"GHSA-2p3c-p3qw-69r4","reference_type":"","scores":[{"value":"MODERATE","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-2p3c-p3qw-69r4"}],"weaknesses":[{"cwe_id":352,"name":"Cross-Site Request Forgery (CSRF)","description":"The web application does not, or can not, sufficiently verify whether a well-formed, valid, consistent request was intentionally provided by the user who submitted the request."},{"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":"4.0 - 6.9","exploitability":"0.5","weighted_severity":"6.2","risk_score":3.1,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-kq3g-ak44-kfge"}