openjfx: mark EOL releases as vulnerable

This commit is contained in:
Infinidoge
2024-05-24 17:06:06 -04:00
parent bc1d332e1e
commit e397de45fe
2 changed files with 6 additions and 0 deletions
@@ -141,5 +141,8 @@ in makePackage {
description = "The next-generation Java client toolkit";
maintainers = with maintainers; [ abbradar ];
platforms = platforms.unix;
knownVulnerabilities = [
"This OpenJFX version has reached its end of life."
];
};
}
@@ -128,5 +128,8 @@ in makePackage {
description = "The next-generation Java client toolkit";
maintainers = with maintainers; [ abbradar ];
platforms = platforms.unix;
knownVulnerabilities = [
"This OpenJFX version has reached its end of life."
];
};
}