On Wed, 25 Sep 2024 21:08:41 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> A `SECURITY.md` file was recently added to the jdk repo. GitHub will show > that policy if you click on the ["Security" > tab](https://github.com/openjdk/jdk/security) of the jdk repo -- If you are > logged in, you may need to further click on the ["Policy" > tab](https://github.com/openjdk/jdk/security/policy). > > We need a copy of this file in the jfx repo, so that similarly, you will see > the policy if you click on the ["Security" > tab](https://github.com/openjdk/jfx/security) of the jfx repo -- if you are > logged in, you may need to further click on the ["Policy" > tab](https://github.com/openjdk/jfx/security/policy). > > The `SECURITY.md` file in this PR is identical to the one in the jdk repo, > with "JDK" replaced by "JavaFX" in two places (the section header and the > name of the software). > > See openjdk/jdk#21155 for more details. This pull request has now been integrated. Changeset: 0dd0c794 Author: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/0dd0c794c3b08f816e7618026d5c90deaf952046 Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod 8340954: Add SECURITY.md file Reviewed-by: angorya, mhanl ------------- PR: https://git.openjdk.org/jfx/pull/1578