You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have received a request to send a VulnerableCode.io API key to this email address.
148
+
Here is your API key:
149
+
150
+
Token {auth_token}
151
+
152
+
If you did NOT request this API key, you can either ignore this email or contact us at [email protected] and let us know in the forward that you did not request an API key.
153
+
154
+
The API root is at https://public.vulnerablecode.io/api
155
+
To learn more about using the VulnerableCode.io API, please refer to the live API documentation at https://public.vulnerablecode.io/api/docs
156
+
To learn about VulnerableCode, refer to the general documentation at https://vulnerablecode.readthedocs.io
157
+
158
+
--
159
+
Sincerely,
160
+
The nexB support Team.
161
+
162
+
VulnerableCode is a free and open database of software package vulnerabilities
163
+
and the tools to aggregate and correlate these vulnerabilities.
164
+
165
+
Chat at https://gitter.im/aboutcode-org/vulnerablecode
166
+
Docs at https://vulnerablecode.readthedocs.org/
167
+
Source code and issues at https://github.com/nexB/vulnerablecode
168
+
"""
169
+
170
+
144
171
classApiUserCreateView(generic.CreateView):
145
172
model=models.ApiUser
146
173
form_class=ApiUserCreationForm
@@ -155,15 +182,15 @@ def form_valid(self, form):
155
182
returnredirect(self.get_success_url())
156
183
157
184
send_mail(
158
-
subject="VulnerableCode.io API key token",
159
-
message=f"Here is your VulnerableCode.io API key token: {self.object.auth_token}",
0 commit comments