-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.14.2
-
Component/s: None
-
Labels:None
When annotating code in SonarExternalAnnotator, we reload taint vulnerabilities from the local storage. This can take some time and in some cases lead to an error.
We already have the taint vulnerabilities loaded at some point so we could keep them in cache in memory and use them for the annotation process.