MCPcopy Create free account
hub / github.com/aboutcode-org/vulnerablecode / VulnerabilitySearchForm

Class VulnerabilitySearchForm

vulnerabilities/forms.py:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class VulnerabilitySearchForm(forms.Form):
30
31 search = forms.CharField(
32 required=True,
33 widget=forms.TextInput(
34 attrs={"placeholder": "Vulnerability id or alias such as CVE or GHSA"}
35 ),
36 )
37
38
39class AdvisorySearchForm(forms.Form):

Callers 3

get_context_dataMethod · 0.90
get_context_dataMethod · 0.90
getMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected