Skip to content
Open
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
35 changes: 1 addition & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
# NOTICE - February 10, 2026

This repository was temporarily offline following the confirmation of unauthorized activity within a limited number of our public DataStax GitHub repositories, listed below. Working with our internal incident response team, we worked to contain, remediate and investigate the activity.

We followed established incident-response processes to review and to revert any unauthorized activity.

Required Actions: Collaborators who interacted with this repository between January 31, 2026, and February 9, 2026, rebase your branch onto the new main / master. **Do not merge main / master into your branch!**

Developers should review their environments for the following Indicators of Compromise in conjunction with downloading the impacted repositories:
- File SHA1 Hashes:
- def338ee2fbc6f84b4a22ead67471824fe1a565f
- 78be1ea752622c75fd5c636abc2e6e7a51484323
- File names:
- .vscode/tasks.json
- temp_auto_push.bat
- Domain names:
- vscode-extension-260120.vercel[.]app
- fullnode.mainnet.aptoslabs[.]com
- api.trongrid[.]io
- bsc-dataseed.binance[.]org
- IP addresses:
- 23.27.20[.]143
- 136.0.9[.]8
- The user agent for the git pushes was git/2.51.0.vfs.0.3-Windows

At DataStax, we remain committed to your security and to transparency within the open-source community.

Impacted Repositories:
- github.com/KillrVideo/killrvideo-react-frontend
- github.com/KillrVideo/kv-be-python-fastapi-dataapi-table
- github.com/KillrVideo/kv-dataloader-csharp


# KillrVideo v2 – Python FastAPI Backend
Date: June 2025

Expand Down Expand Up @@ -260,4 +227,4 @@ See docs/observability.md for full guide. Import-ready Grafana dashboards:
| Backend hot-path latency | `docs/grafana/backend_hot_path.json` | `kv-hotpath` |
| Astra DB operations | `docs/grafana/astra_db_calls.json` | `kv-astra-db` |

Upload the JSON → select Prometheus datasource → done.
Upload the JSON → select Prometheus datasource → done.
4 changes: 2 additions & 2 deletions docs/killrvideo_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,7 @@ components:
description:
anyOf:
- type: string
maxLength: 1000
maxLength: 2000
- type: 'null'
title: Description
tags:
Expand Down Expand Up @@ -2127,7 +2127,7 @@ components:
description:
anyOf:
- type: string
maxLength: 1000
maxLength: 2000
- type: 'null'
title: Description
tags:
Expand Down
Loading