Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up of unused scripts for translations that may cause confusion in the root dir. #527

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# OWASP Top Ten for LLMs - Markdown to PDF
# ⚠️ **Archived Markdown to PDF Generator for the OWASP Top Ten for LLMs** ⚠️

**🚨 Important Notice: This Script Has Been Archived 🚨**
This directory contains an open-source GitHub Action implementation of the Markdown to PDF generator used in Version 1 of the OWASP Top Ten for LLMs. It leverages off-the-shelf open-source libraries and CSS definitions to create PDF versions of the Top Ten for LLMs.

### **Why This Script Is Archived**
While this generator remains fully functional, the team has chosen to utilize a closed-source generator maintained by `@Setotet` for the 2025 version of the OWASP Top Ten for LLMs. As a result, this implementation has been **archived** but will remain available for reference or reuse if needed in the future.


### **Need More Information?**
Join the discussion about PDF generation in the OWASP Slack channel:
**🔗 [OWASP Slack - #pdf-generation](https://owasp.slack.com/archives/C05N6PWC1M2)**

**Please note**: As this script is archived, it will no longer be actively maintained. For updates or further development, please refer to the proprietary implementation or participate in discussions on OWASP Slack.

---





The contents of this directory are used to generate the PDFs of translated versions of the OWASP Top Ten for LLMs using the md-to-pdf npm package.

Expand Down
Loading