/
githubmirror
/
fwupd
Обзор
Документация
Войти
/
githubmirror
/
fwupd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/tests/metadata-report3.xml
30 строк
1 KB
rishabh-agr
Rishabhagr/trusted reports (#6088)
16 авг 2023, 10:52
Не верифицирован
16 авг 2023, 10:52
6fb2573
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <components version="0.9" origin="fwupd"> <component type="firmware"> <id>org.fwupd.something.device</id> <provides> <firmware type="flashed">2d47f29b-83a2-4f31-a2e8-63474f4d4c2e</firmware> </provides> <releases> <release version="1.2.3"> <description><p>Applying will enable UEFI firmware reporting</p></description> <artifacts> <artifact type="binary"> <location>https://fwupd.org/something.cab</location> <checksum type="sha256">0628376cb0583335a7ff5875dd2d4b09fc5653057f644783a477553ca9981dcd</checksum> <testing> <test_result date="2021-07-15"> <vendor_name id="9999">Google</vendor_name> <device>ChromeBook</device> <os version="102">chromeos</os> <custom> <value key="RuntimeVersion(org.freedesktop.fwupd)">1.9.1</value> </custom> </test_result> </testing> </artifact> </artifacts> </release> </releases> </component> </components>