Files
oracle-deep-data-security-lab/scenarios/06-rag-vector-classified-docs/tests/negative_tests.sql
Rodrigo Pace 703e072682
Some checks failed
Repo Quality / structure (push) Has been cancelled
Add legacy AI, RAG vector and Data Safe audit scenarios
2026-05-08 12:21:47 -03:00

7 lines
215 B
SQL

PROMPT Negative test: common employee must not retrieve HR, LEGAL or EXEC confidential chunks.
SELECT classification, COUNT(*) AS visible_chunks
FROM dds_rag_chunks
GROUP BY classification
ORDER BY classification;