Merge pull request #447 from smowton/smowton/admin/git-change-note

Add change-note for addition of `git` to the list of known interpreters for the go/command-injection query
This commit is contained in:
Chris Smowton
2021-01-12 11:33:49 +00:00
committed by GitHub

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added `git` as a potentially-exploitable command interpreter for the purposes of the `go/command-injection` query. Because some of its options can cause it to execute an arbitrary command, unsanitized user data can be dangerous to include in its argument list. Such cases will now be flagged as an alert.