Skip to content

Commit b9cbfb8

Browse files
committed
Fix package url call
type was used where name had been and name where type should be. Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
1 parent d08d97c commit b9cbfb8

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)