This repository was archived by the owner on Dec 8, 2021. It is now read-only.
  
  
  - 
                Notifications
    
You must be signed in to change notification settings  - Fork 54
 
Vulnerability in js-yaml dependency #476
Copy link
Copy link
Open
Description
Description
The js-yaml dependency in graphqlgen's package.json is reported to be a vulnerability.
See https://www.npmjs.com/advisories/813.
Steps to reproduce
- Create a blank project.
 npm install --save graphqlgennpm audit
Expected results
npm audit reports no vulnerabilities.
Actual results
npm audit reports a high severity vulnerability:
  High            Code Injection                                                
                                                                                
  Package         js-yaml                                                       
                                                                                
  Patched in      >=3.13.1                                                      
                                                                                
  Dependency of   graphqlgen [dev]                                              
                                                                                
  Path            graphqlgen > js-yaml                                          
                                                                                
  More info       https://npmjs.com/advisories/813 
Versions
- graphqlgen: 0.5.1
 - OS name and version: Windows 10
 
rfdc, AleGap, OlegVarlamov and ansuman13
Metadata
Metadata
Assignees
Labels
No labels