PR #12 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/web/pulls/12 Patch URL: https://code.ffmpeg.org/FFmpeg/web/pulls/12.patch
Signed-off-by: Michael Niedermayer <[email protected]> >From b2992ace1c907bb842b7ed43ff152ff1d8894f98 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <[email protected]> Date: Sun, 13 Sep 2026 03:45:59 +0200 Subject: [PATCH] src/security: refine guideline about submitted fixes Signed-off-by: Michael Niedermayer <[email protected]> --- src/security | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/security b/src/security index 5b7c666..ce2c0b2 100644 --- a/src/security +++ b/src/security @@ -16,7 +16,7 @@ And that you provide a easy to use testcase. Automated submissions are not accep <li>A analysis / description of the issue.</li> <li>The commit that introduced the vulnerability, if known.</li> <li>A script generating the input, if available.</li> - <li>A git-formatted patch with a proposed fix, if available.</li> + <li>A git-formatted patch with a proposed fix, only if you fully understand the issue and have personally developed and validated the fix. Do not submit LLM-generated or substantially LLM-written fixes; these create additional review and attribution work for us.</li> <li>Any CVE identifier or other related identifier, if available.</li> </ol> -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
