Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/vulnerablecode
/ get_queryset
Method
get_queryset
vulnerabilities/api.py:475–476 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
473
throttle_classes = [PermissionBasedUserRateThrottle]
474
475
def
get_queryset(self):
476
return
super().get_queryset().with_is_vulnerable()
477
478
@extend_schema(
479
request=PackageBulkSearchRequestSerializer,
Callers
2
lookup
Method · 0.95
get_queryset
Method · 0.45
Calls
1
with_is_vulnerable
Method · 0.45
Tested by
no test coverage detected