From 6866e4d837d3fd90c2252846867ed887780c51d7 Mon Sep 17 00:00:00 2001 From: Surag Date: Fri, 5 Dec 2025 08:36:10 -0800 Subject: [PATCH 1/2] =?UTF-8?q?Revert=20"=F0=9F=94=A5=20Remove=20Language?= =?UTF-8?q?=20Support=20Documentation=20Page=20(#247)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 992e2ec59f10a84e36dc455cc6befa4a8dcca5a6. --- docs/languages.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/languages.md diff --git a/docs/languages.md b/docs/languages.md new file mode 100644 index 0000000..4070caf --- /dev/null +++ b/docs/languages.md @@ -0,0 +1,20 @@ +--- +sidebar_position: 3 +--- + +# Language support + +When triaging and fixing issues detected by code scanning tools, Pixee supports the following languages: + +- Java +- Python +- C#/.NET +- JavaScript +- TypeScript +- Node.js +- Ruby +- Go +- PHP +- Kotlin + +We are continuously working on expanding our language support. If you need support for a language not listed here, please [contact us](https://pixee.ai/demo-landing-page). From 89501e518409d61db7dc41c66740ba7f0781946c Mon Sep 17 00:00:00 2001 From: Surag Date: Fri, 5 Dec 2025 08:56:00 -0800 Subject: [PATCH 2/2] Update language support page with expanded list and IaC languages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add language-agnostic platform messaging - Organize languages into Programming Languages and Infrastructure as Code sections - Add additional programming languages (C/C++, Rust, Scala, Swift, Objective-C) - Add IaC support (Terraform/HCL, Dockerfile, Kubernetes/Helm, CloudFormation, Ansible, Docker Compose) - Update messaging to emphasize expanding language coverage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- docs/languages.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/languages.md b/docs/languages.md index 4070caf..4c69b2e 100644 --- a/docs/languages.md +++ b/docs/languages.md @@ -4,7 +4,13 @@ sidebar_position: 3 # Language support -When triaging and fixing issues detected by code scanning tools, Pixee supports the following languages: +Pixee has evolved to a language-agnostic platform that can triage and fix security issues across most critical programming languages. Our agentic capabilities are designed to understand and work with diverse codebases, regardless of the underlying language or framework. + +## Currently supported languages + +When triaging and fixing issues detected by code scanning tools, Pixee provides robust support for: + +### Programming Languages - Java - Python @@ -16,5 +22,22 @@ When triaging and fixing issues detected by code scanning tools, Pixee supports - Go - PHP - Kotlin +- Rust +- Scala +- Swift +- Objective-C + +### Infrastructure as Code + +- Terraform/HCL +- Dockerfile/Containerfile +- Kubernetes/Helm +- CloudFormation +- Ansible +- Docker Compose + +## Expanding language coverage + +Our language-agnostic architecture means we're continuously expanding support to cover more languages and frameworks. If you're working with a language not explicitly listed here, Pixee may still be able to help with security issue triage and remediation. -We are continuously working on expanding our language support. If you need support for a language not listed here, please [contact us](https://pixee.ai/demo-landing-page). +For questions about specific language support or to request coverage for additional languages, please [contact us](https://pixee.ai/demo-landing-page).