The branch, master has been updated via 63f11a86863130dfea6650f22e7397e2151a3772 (commit) via 166bdb36951f5bc462beefe684676d9283c5715b (commit) from 8e59cc3f48e3949aeea4300a12aaabe6ebf12985 (commit)
- Log ----------------------------------------------------------------- commit 63f11a86863130dfea6650f22e7397e2151a3772 Author: Michael Niedermayer <mich...@niedermayer.cc> AuthorDate: Wed Jul 14 20:49:56 2021 +0200 Commit: Michael Niedermayer <mich...@niedermayer.cc> CommitDate: Wed Jul 14 22:41:10 2021 +0200 ffmpeg-web/robots.txt: attempt to keep spiders out of dynamically generated git content Reviewed-by: ffmpegandmahanstreamer@lolcow.email diff --git a/htdocs/robots.txt b/htdocs/robots.txt index eb05362..bea05a5 100644 --- a/htdocs/robots.txt +++ b/htdocs/robots.txt @@ -1,2 +1,15 @@ User-agent: * -Disallow: +Crawl-delay: 10 +Disallow: /gitweb/ + +#Based on https://serverfault.com/questions/506613/ideal-robots-txt-for-a-gitweb-installation +Disallow: /*a=search* +Disallow: /*/search/* +Disallow: /*a=blobdiff* +Disallow: /*/blobdiff/* +Disallow: /*a=commitdiff* +Disallow: /*/commitdiff/* +Disallow: /*a=snapshot* +Disallow: /*/snapshot/* +Disallow: /*a=blame* +Disallow: /*/blame/* commit 166bdb36951f5bc462beefe684676d9283c5715b Author: Michael Niedermayer <mich...@niedermayer.cc> AuthorDate: Mon Jul 12 23:11:16 2021 +0200 Commit: Michael Niedermayer <mich...@niedermayer.cc> CommitDate: Mon Jul 12 23:11:16 2021 +0200 web/security: Add CVE-2021-30123 (never affected a release) Thanks to Jan Ekström for details diff --git a/src/security b/src/security index 935823b..1248018 100644 --- a/src/security +++ b/src/security @@ -15,6 +15,7 @@ CVE-2020-21041, 5d9f44da460f781a1604d537d0555b78e29438ba, ticket/7989 CVE-2020-22038, 7c32e9cf93b712f8463573a59ed4e98fd10fa013, ticket/8285 CVE-2020-22042, 426c16d61a9b5056a157a1a2a057a4e4d13eef84, ticket/8267 CVE-2020-24020, 584f396132aa19d21bb1e38ad9a5d428869290cb, ticket/8718 +CVE-2021-30123, d6f293353c94c7ce200f6e0975ae3de49787f91f, ticket/8845, never affected a release CVE-2020-35965, 3e5959b3457f7f1856d997261e6ac672bba49e8b CVE-2020-35965, b0a8b40294ea212c1938348ff112ef1b9bf16bb3 </pre> ----------------------------------------------------------------------- Summary of changes: htdocs/robots.txt | 15 ++++++++++++++- src/security | 1 + 2 files changed, 15 insertions(+), 1 deletion(-) hooks/post-receive --
_______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".