diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2024-04-03 02:13:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2024-04-03 21:38:24 +0200 |
commit | 5a5422196d0283918a1aa996a81bd51522f34fda (patch) | |
tree | 044dec29062af13fd3c6264faf1ea214a27549f7 | |
parent | 16128f3c5595012719db7ae7851964d5a961c160 (diff) | |
download | ffmpeg-5a5422196d0283918a1aa996a81bd51522f34fda.tar.gz |
doc/developer: (security) researchers should be credited
Reviewed-by: Tomas Härdin <git@haerdin.se>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/developer.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index c86bb5820c..63835dfa06 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -390,6 +390,10 @@ If you apply a patch, send an answer to ffmpeg-devel (or wherever you got the patch from) saying that you applied the patch. +@subheading Credit any researchers +If a commit/patch fixes an issues found by some researcher, always credit the +researcher in the commit message for finding/reporting the issue. + @subheading Always wait long enough before pushing changes Do NOT commit to code actively maintained by others without permission. Send a patch to ffmpeg-devel. If no one answers within a reasonable |