Skip to content

Commit ace07d4

Browse files
committed
Merge branch 'fix_istio' of github.com:Hritik14/vulnerablecode into fix_istio
2 parents 2b1115f + 43b551b commit ace07d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vulnerabilities/importers/istio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def set_api(self):
4949
asyncio.run(self.version_api.load_api(["istio/istio"]))
5050

5151
def added_advisories(self) -> Set[Advisory]:
52+
import pdb
53+
#pdb.set_trace()
5254
return self._load_advisories(self._added_files)
5355

5456
def updated_advisories(self) -> Set[Advisory]:

0 commit comments

Comments
 (0)