Skip to content

ICT-CDA/ICT-CDA.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ICT-CDA.github.io

Project page for the CCS 2026 paper When Grammar Guides the Attack: Uncovering Control-Plane Vulnerabilities in LLMs with Structured Output.

Live page: https://ict-cda.github.io/ (once deployed under the ICT-CDA GitHub organisation as ICT-CDA.github.io).

Layout

.
├── index.html                  # main landing page (Bulma + custom CSS)
├── static/
│   ├── css/index.css           # page-specific overrides
│   ├── figures/teaser_figure1.png   # rendered from paper Figure 1
│   └── pdfs/cda_ccs2026.pdf    # camera-ready paper
└── README.md

Local preview

python3 -m http.server 8000     # then open http://localhost:8000

Deploying

  1. Create a GitHub organisation named ICT-CDA (or use the personal github.io form).
  2. Create a public repository ICT-CDA.github.io under that organisation.
  3. Push the contents of this directory to the default branch (main).
  4. GitHub Pages serves it automatically at https://ict-cda.github.io/.

TODO before launch

  • (Optional) Update the footer page-source link if the org/repo name changes.

About

Project page for CCS 2026: When Grammar Guides the Attack — Uncovering Control-Plane Vulnerabilities in LLMs with Structured Output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors