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
If the goal is to import the module to use it, the method to call is `find_event`
298
+
299
+
~~~python
300
+
from git_vuln_finder import find_event
301
+
302
+
for element in event:
303
+
for i inrange(0,len(element["payload"]["commits"])):
304
+
all_potential_vulnerabilities, all_cve_found, found = find_event(element["payload"]["commits"][i], element)
305
+
~~~
306
+
307
+
308
+
309
+
## Output with gharchive option
310
+
311
+
~~~json
312
+
{
313
+
"repo_name": "LeandroFChaves/gerenciador-alunos",
314
+
"message": "[UI] - Ajustes no css da aplica\u00e7\u00e3o\n\n- Adicionado padding para a exibi\u00e7\u00e3o do conte\u00fado das p\u00e1ginas;\n- Alinhado os bot\u00f5es de a\u00e7\u00f5es dos forms a direita da table",
0 commit comments