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

Class AdvisorySearchForm

vulnerabilities/forms.py:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class AdvisorySearchForm(forms.Form):
40
41 search = forms.CharField(
42 required=True,
43 widget=forms.TextInput(attrs={"placeholder": "Advisory id or alias such as CVE or GHSA"}),
44 )
45
46
47class ApiUserCreationForm(forms.ModelForm):

Callers 1

getMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected