File tree Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,27 @@ Release notes
33
44
55
6- Version v30.3.2 
6+ Version v31.0.0 
77---------------- 
88
9+ - We added a new Vulntotal command line tool that can compare the vulnerabilities
10+   between multiple vulnerability databases.
11+ 
12+ - We refactored how we handle CVSS scores. We are no longer storing a CVSS
13+   score separately from a CVSS vector. Instead the vector is stored in the
14+   scoring_elements field.
15+ 
916- We re-enabled support for the PostgreSQL securities advisories importer.
17+ 
1018- We fixed the API key request form UI and made it consistent with rest of UI.
11- - We made bulk search faster by pre-computing 
12-   `package_url ` and `plain_package_url ` in Package model. 
13-   And provided two options in package bulk search 
14-   ``purl_only `` option to get only vulnerable 
15-   purls without any extra details, ``plain_purl `` option 
16-   to filter purls without qualifiers and 
17-   subpath and also return them without qualifiers and subpath.
19+ 
20+ - We made bulk search faster by pre-computing `package_url ` and
21+   `plain_package_url ` in Package model.  And provided two options in package
22+   bulk search  ``purl_only `` option to get only vulnerable purls without any
23+   extra details, ``plain_purl `` option to filter purls without qualifiers and 
24+   subpath and also return them without qualifiers and subpath. The names used
25+   are provisional and may be updated in a future release.
26+ 
1827
1928Version v30.3.1
2029---------------- 
Original file line number Diff line number Diff line change 11[metadata] 
22name  = vulnerablecode
3- version  = 30.3.1 
3+ version  = 31.0.0 
44license  = Apache-2.0 AND CC-BY-SA-4.0
55
66#  description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1212import  warnings 
1313from  pathlib  import  Path 
1414
15- __version__  =  "30.3.1 " 
15+ __version__  =  "31.0.0 " 
1616
1717
1818def  command_line ():
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments