Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
class
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
47
class
ApiUserCreationForm(forms.ModelForm):
Callers
1
get
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected