Files
metasploit-gs/tools
Valentin Lobstein f41eda1128 Add GHSA and OSV reference type support
Add support for GHSA (GitHub Security Advisories) and OSV (Open Source
Vulnerabilities) as structured reference types in Metasploit modules.

Convert 49 hardcoded GHSA URLs to structured ['GHSA', 'GHSA-xxxx'] format
across existing modules, and add support for repository-specific GHSA
references with an optional third parameter ['GHSA', 'GHSA-xxxx', 'repo'].

Update reference validation, module validator, and info_fixups to handle
the new reference types correctly.
2026-02-09 15:17:23 +01:00
..
2024-01-07 13:28:13 -05:00
2018-04-01 23:25:45 -05:00
2024-01-07 13:28:13 -05:00
2021-02-08 12:24:12 +00:00
2022-05-25 09:16:19 -04:00

This folder contains standalone scripts that can help developers and users with various tasks, such as msftidy.rb which checks modules to make sure they conform to our linting rules, and msftidy_docs.rb which does the same for documentation files.