From 0595242922d84b469e05046154d5cd29404b8c69 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Mon, 12 Feb 2024 16:08:16 +1000 Subject: [PATCH] meeting notes: 2024-02-07 --- meeting-notes/2024-02-07.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meeting-notes/2024-02-07.md diff --git a/meeting-notes/2024-02-07.md b/meeting-notes/2024-02-07.md new file mode 100644 index 00000000..55185031 --- /dev/null +++ b/meeting-notes/2024-02-07.md @@ -0,0 +1,22 @@ +# SRT meeting 2024-02-07 + +Previous meeting notes: +https://github.com/haskell/security-advisories/blob/main/meeting-notes/2024-01-24.md + +## Ongoing security issue (embargoed) + +- SRT agrees it matters, but it is out of our hands. +- All we can do is make recommendations. +- Mihai will lead response. + +## hackage-server + +- Gautier filed a PR adding link to security-advisories repo: + https://github.com/haskell/hackage-server/pull/1292 + +## Small CLI improvements + +- A community member worked on small fix in + [#147](https://github.com/haskell/security-advisories/pull/147) and + bootstrapped the cabal audit command in + [#148](https://github.com/haskell/security-advisories/pull/148).