There was an error while loading. Please reload this page.
1 parent 4a2a171 commit d8ce30eCopy full SHA for d8ce30e
1 file changed
vulnerabilities/api.py
@@ -141,7 +141,7 @@ class PackageViewSet(viewsets.ReadOnlyModelViewSet):
141
@action(detail=False, methods=["post"])
142
def bulk_search(self, request):
143
"""
144
- See https://github.com/nexB/vulnerablecode/pull/303#issuecomment-761801639 for docs
+ See https://github.com/nexB/vulnerablecode/pull/369#issuecomment-796877606 for docs
145
146
response = []
147
purls = request.data.get("purls", []) or []
0 commit comments