wechat{,-uos}: add linux known CWE-78 vulnerability (#488998)

This commit is contained in:
Sizhe Zhao
2026-02-10 08:26:36 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
+8
View File
@@ -194,6 +194,14 @@ let
xddxdd
];
mainProgram = "wechat-uos";
knownVulnerabilities = [
''
CWE-78: Clicking on a file attachment whose name contains backtick-quoted
commands will cause it to be executed.
Reference: https://archive.ph/A5McZ (Chinese)
''
];
};
};
in
+6
View File
@@ -23,6 +23,12 @@ let
"aarch64-linux"
"x86_64-linux"
];
knownVulnerabilities = lib.optional stdenvNoCC.hostPlatform.isLinux ''
CWE-78: Clicking on a file attachment whose name contains backtick-quoted
commands will cause it to be executed.
Reference: https://archive.ph/A5McZ (Chinese)
'';
};
sources =