Skip to content

Commit

Permalink
avcs7
Browse files Browse the repository at this point in the history
  • Loading branch information
azi-acceis committed Sep 4, 2023
1 parent ad22728 commit 08331cd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions avcs.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,24 @@
"fr": "https://www.acceis.fr/solution-de-lextrait-de-code-vulnerable-n6",
"en": "https://www.acceis.fr/solution-for-the-vulnerable-code-snippet-n6"
}
},
{
"number": 7,
"vuln": "Local file disclosure",
"code": {
"vuln": "https://raw.githubusercontent.com/Acceis/vulnerable-code-snippets/master/local-file-disclosure/examples/app-vuln.rs",
"fix": "https://raw.githubusercontent.com/Acceis/vulnerable-code-snippets/master/local-file-disclosure/examples/app-fix.rs",
"lang": "rust",
"source": "https://github.com/Acceis/vulnerable-code-snippets/tree/master/local-file-disclosure"
},
"keywords": ["local-file-disclosure", "path-traversal", "improper-limitation", "rust", "permissive-regexp"],
"announcement": {
"fr": "https://twitter.com/acceis/status/1620096659282853892",
"en": "https://twitter.com/acceis/status/1620096662265016321"
},
"solution": {
"fr": "https://www.acceis.fr/solution-de-lextrait-de-code-vulnerable-n7",
"en": "https://www.acceis.fr/solution-for-the-vulnerable-code-snippet-n7"
}
}
]

0 comments on commit 08331cd

Please sign in to comment.