-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20ba58c
commit f83eac2
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# SRT meeting 2024-05-15 | ||
|
||
Previous notes: | ||
https://github.com/haskell/security-advisories/blob/main/meeting-notes/2024-05-01.md | ||
|
||
## Cabal plan integration | ||
|
||
- A new cabal-audit project consuming the security-avisories is now being worked on https://github.com/mangoiv/cabal-audit | ||
|
||
## CI Security Advice Update | ||
|
||
- Shared on [discourse]( https://discourse.haskell.org/t/how-to-secure-github-repositories/9478) | ||
- Updated the guide based on feedback [PR#193](https://github.com/haskell/security-advisories/pull/193) | ||
|
||
## Hackage Auth | ||
|
||
- Discussed with hackage team to improve the authentication scheme. | ||
|
||
## Dependencies analysis | ||
|
||
- Investigated getting in touch with deps.dev to increase audit coverage. | ||
- Also considering dependabot support for cabal dependencies. |