Hacker News new | ask | show | jobs
Ask HN: How do you defend against prompt injection today?
1 points by dheavy 144 days ago
1 comments

Azure's services offer multiple levels of input sanitization/filtering and filtering input is one of the current cornerstones of mitigating injection attacks. If Azure dows it, I imagine all the main players do.