mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-22 01:57:08 +00:00
chg: [readme] output with gharchive
This commit is contained in:
parent
e4d4e69c33
commit
7ff9788718
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -306,6 +306,25 @@ for element in event:
|
||||||
|
|
||||||
## Output with gharchive option
|
## Output with gharchive option
|
||||||
|
|
||||||
|
~~~json
|
||||||
|
{
|
||||||
|
"repo_name": "LeandroFChaves/gerenciador-alunos",
|
||||||
|
"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",
|
||||||
|
"language": "pt",
|
||||||
|
"commit-id": "73a1c68b520853198eaac199a41d141ee96dc64d",
|
||||||
|
"author": "LeandroFChaves",
|
||||||
|
"author-email": "bbf3d4347c6affed0d9692115680849e2ace4d62@gmail.com",
|
||||||
|
"authored_date": "2021-10-01T03:00:07Z",
|
||||||
|
"branches": "refs/heads/master",
|
||||||
|
"pattern-selected": "(?i)(denial of service|\\bXXE\\b|remote code execution|\\bopen redirect|OSVDB|\\bvuln|\\bCVE\\b|\\bXSS\\b|\\bReDoS\\b|\\bNVD\\b|malicious|x\u2212frame\u2212options|attack|cross site|exploit|malicious|directory traversal|\\bRCE\\b|\\bdos\\b|\\bXSRF \\b|\\bXSS\\b|clickjack|session.fixation|hijack|\\badvisory|\\binsecure|security|\\bcross\u2212origin\\b|unauthori[z|s]ed|infinite loop)",
|
||||||
|
"pattern-matches": [
|
||||||
|
"dos"
|
||||||
|
],
|
||||||
|
"origin-github-api": "https://api.github.com/repos/LeandroFChaves/gerenciador-alunos/commits/73a1c68b520853198eaac199a41d141ee96dc64d",
|
||||||
|
"state": "under-review"
|
||||||
|
}
|
||||||
|
~~~
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue