In https://www.youtube.com/watch?v=bf3MYWtI4E4&t=1329s (about CVE handling for the linux kernel), Greg Kroah-Hartman mentions a tool / bash script called dyad to find vulnerable/fixed git ranges in the linux kernel repository. I am looking for this script.
In https://seclists.org/oss-sec/2024/q3/290, it is mentioned to be at ./scripts/dyad, but I cannot find it in https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts. Am I looking in the correct repository?
Does anybody know where to find it?