There was an error while loading. Please reload this page.
1 parent 501dead commit d08d97cCopy full SHA for d08d97c
1 file changed
vulnerabilities/importers/istio.py
@@ -33,6 +33,7 @@
33
34
IS_RELEASE = re.compile(r"^[\d.]+$", re.IGNORECASE).match
35
36
+
37
class IstioDataSource(GitDataSource):
38
def __enter__(self):
39
super(IstioDataSource, self).__enter__()
@@ -48,8 +49,6 @@ def set_api(self):
48
49
asyncio.run(self.version_api.load_api(["istio/istio"]))
50
51
def added_advisories(self) -> Set[Advisory]:
- import pdb
52
- #pdb.set_trace()
53
return self._load_advisories(self._added_files)
54
55
def updated_advisories(self) -> Set[Advisory]:
0 commit comments