gitphp-tuleap

Clone or download

Read-only

request #10397: OS command injection through a filename when the file's history is displayed in the web Git browser

Modified Files

Name
M gitphp-tuleap.spec +4 −1 Go to diff View file
M src/include/git/Archive.class.php +2 −2 Go to diff View file
M src/include/git/Blob.class.php +5 −5 Go to diff View file
M src/include/git/Commit.class.php +5 −5 Go to diff View file
M src/include/git/FileDiff.class.php +2 −2 Go to diff View file
M src/include/git/Project.class.php +8 −8 Go to diff View file
M src/include/git/Ref.class.php +1 −1 Go to diff View file
M src/include/git/Tag.class.php +3 −32 Go to diff View file
M src/include/git/Tree.class.php +1 −1 Go to diff View file
M src/include/git/TreeDiff.class.php +2 −2 Go to diff View file