Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
with:
# Install a specific version of uv.
version: "0.8.22"
version: "0.9.11"
enable-cache: true

- name: "Set up Python"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "0.8.22"
version: "0.9.11"
enable-cache: true

- name: Set up Python
Expand Down
18 changes: 16 additions & 2 deletions catalog/public/data/repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,20 @@
"paper_url": "https://arxiv.org/abs/2509.23459",
"bibtex": "abedini2025masksql"
},
{
"name": "midst-toolkit",
"repo_id": "VectorInstitute/midst-toolkit",
"description": "A toolkit for facilitating MIA resiliency testing on diffusion-model-based synthetic tabular data",
"implementations": [
{
"name": "Membership Inference Attacks (MIA)",
"url": "https://vectorinstitute.github.io/MIDST/"
}
],
"type": "tool",
"year": 2025,
"github_url": "https://github.com/VectorInstitute/midst-toolkit"
},
{
"name": "shared-encoder",
"repo_id": "VectorInstitute/shared-encoder",
Expand Down Expand Up @@ -904,7 +918,7 @@
"github_url": "https://github.com/VectorInstitute/privacy-enhancing-techniques"
}
],
"totalImplementations": 120,
"totalImplementations": 121,
"yearsOfResearch": 7,
"lastUpdated": "2025-10-22T11:45:16.266972"
"lastUpdated": "2025-11-25T12:01:22.017672"
}
9 changes: 9 additions & 0 deletions repositories/midst-toolkit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: midst-toolkit
repo_id: VectorInstitute/midst-toolkit
description: "A toolkit for facilitating MIA resiliency testing on diffusion-model-based synthetic tabular data"
implementations:
- name: Membership Inference Attacks (MIA)
url: https://vectorinstitute.github.io/MIDST/
type: tool
year: 2025
github_url: https://github.com/VectorInstitute/midst-toolkit