/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/dev/update_gem_licenses.sh
7 строк
361 B
adfoster-r7
Update LicenseFinder
26 май 2026, 14:37
26 май 2026, 14:37
071f2b6
Код
Авторство
О чём код?
#!/bin/sh # This script regenerates the LICENSE_GEMS file with the current gem licenses. # It should be run automatically whenever Metasploit cuts a new release itself. echo "This file is auto-generated by tools/dev/update_gem_licenses.sh" > LICENSE_GEMS bundle exec ruby -e "require 'license_finder'; LicenseFinder::CLI::Main.start" | grep , >> LICENSE_GEMS