Cybrkyd's git repositories

cgi-git • commit: 1b7819c

commit 1b7819ce2339269cfdc8e84338295d4c05cb72085fcac906ba9edef08ca0dcf3
author cybrkyd <noreply@cybrkyd.com> 2026-01-14 13:28:30 +0000
committer cybrkyd <noreply@cybrkyd.com> 2026-01-14 13:28:30 +0000

Commit Message

typos

📊 Diffstat

README.md 4
1 files changed, 1 insertions(+), 3 deletions(-)

Diff

diff --git a/README.md b/README.md
index 8c6ed7c..1fd6d33 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,11 @@
# CGI-git (full version)
- A CGI script to list Git repositories and browse their contents. This version is displays commit history and commit details.
-
+ A CGI script to list Git repositories and browse their contents. This version displays commit history and commit details.
## WARNING
This CGI script is not certified as secure. Whilst there are some mitigations against path traversal attacks, other vulnerabilities may exist. For example, XSS protection is lacking in some areas, and DoS mitigation (timeouts on git calls, etc) is non-existent. It is therefore not recommended for use in a production environment in this state.
-
## Licence
This project is made available under a GPL3 licence -- see COPYING for the full text.