diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index ab5d3d0..354abd2 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -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" diff --git a/.github/workflows/deploy-catalog.yml b/.github/workflows/deploy-catalog.yml index c2f4ebb..96184a0 100644 --- a/.github/workflows/deploy-catalog.yml +++ b/.github/workflows/deploy-catalog.yml @@ -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 diff --git a/catalog/public/data/repositories.json b/catalog/public/data/repositories.json index d63e565..7b3b5b0 100644 --- a/catalog/public/data/repositories.json +++ b/catalog/public/data/repositories.json @@ -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", @@ -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" } diff --git a/repositories/midst-toolkit.yaml b/repositories/midst-toolkit.yaml new file mode 100644 index 0000000..74f24f6 --- /dev/null +++ b/repositories/midst-toolkit.yaml @@ -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