182 @param forceUpdate flag indicating an update of the cache is required |
182 @param forceUpdate flag indicating an update of the cache is required |
183 (defaults to False) |
183 (defaults to False) |
184 @type bool (optional) |
184 @type bool (optional) |
185 @return dictionary containing the vulnerability data (full data set or |
185 @return dictionary containing the vulnerability data (full data set or |
186 just package name and version specifier) |
186 just package name and version specifier) |
|
187 @rtype dict |
187 """ |
188 """ |
188 dbName = ( |
189 dbName = ( |
189 PipVulnerabilityChecker.FullDbFile |
190 PipVulnerabilityChecker.FullDbFile |
190 if full |
191 if full |
191 else PipVulnerabilityChecker.SummaryDbFile |
192 else PipVulnerabilityChecker.SummaryDbFile |