4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / .gitignore GITIGNORE
# Compiled Java classes
*.class

# JAR files (large binaries - users should download themselves)
*.jar

# Extracted JAR directories
tika-*-extract/
*-extract/

# Decompiled class files
XMLReaderUtils-*.txt

# Generated PDFs (users should generate from scripts)
*.pdf

# Test/temporary files
fake-secrets.txt

# Python cache
__pycache__/
*.pyc
*.pyo

# IDE files
.vscode/
.idea/
*.iml
.DS_Store

# Editor backup files
*~
*.swp
*.swo

# Build artifacts
build/
dist/
target/

# Logs
*.log