forked from ChelseaKR/ceqa-preflight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.yaml
More file actions
124 lines (124 loc) · 4.4 KB
/
Copy pathcommon.yaml
File metadata and controls
124 lines (124 loc) · 4.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
catalog_version: "1.2.0"
rules:
- id: "CORE-001"
version: "1.0.0"
title: "Package contains a PDF"
check: "pdf_present"
filing_types: ["NOD", "NOE"]
source:
title: "LCI CEQA Submit FAQ"
url: "https://lci.ca.gov/sch/faq/"
- id: "PDF-001"
version: "1.0.0"
title: "PDF file signature"
check: "pdf_signature"
filing_types: ["NOD", "NOE"]
source:
title: "LCI CEQA Submit common mistakes"
url: "https://lci.ca.gov/sch/docs/20250911-Common_Mistakes_to_Avoid_in_CEQA_Submit_2025.pdf"
- id: "PDF-002"
version: "1.0.0"
title: "PDF readability"
check: "pdf_readable"
filing_types: ["NOD", "NOE"]
source:
title: "LCI CEQA Submit common mistakes"
url: "https://lci.ca.gov/sch/docs/20250911-Common_Mistakes_to_Avoid_in_CEQA_Submit_2025.pdf"
- id: "PDF-003"
version: "1.1.0"
title: "Sampled searchable-text coverage"
check: "text_coverage"
filing_types: ["NOD", "NOE"]
parameters:
minimum_coverage: 0.8
source:
title: "LCI CEQA Submit common mistakes"
url: "https://lci.ca.gov/sch/docs/20250911-Common_Mistakes_to_Avoid_in_CEQA_Submit_2025.pdf"
- id: "PDF-006"
version: "1.1.0"
title: "Active PDF content"
check: "active_content"
filing_types: ["NOD", "NOE"]
source:
title: "CEQA Preflight security rule"
url: "https://owasp.org/www-community/vulnerabilities/Unrestricted_File_Upload"
kind: "technical_reference"
- id: "PDF-007"
version: "1.0.0"
title: "Flattened, non-fillable PDF"
check: "flattened_forms"
filing_types: ["NOD", "NOE"]
source:
title: "LCI CEQA Submit pre-submission checklist"
url: "https://lci.ca.gov/sch/docs/20250911-CEQA_Submit_Pre-Submission_Checklist_2025.pdf"
section: "3. Text Searchability (accessibility/ADA compliance)"
- id: "PDF-008"
version: "1.0.0"
title: "Screen-reader structure tags"
check: "structure_tags"
filing_types: ["NOD", "NOE"]
source:
title: "LCI CEQA Submit pre-submission checklist"
url: "https://lci.ca.gov/sch/docs/20250911-CEQA_Submit_Pre-Submission_Checklist_2025.pdf"
section: "3. Text Searchability (accessibility/ADA compliance)"
- id: "FILE-001"
version: "1.0.0"
title: "Descriptive PDF filenames"
check: "descriptive_filenames"
filing_types: ["NOD", "NOE"]
source:
title: "LCI CEQA Submit common mistakes"
url: "https://lci.ca.gov/sch/docs/20250911-Common_Mistakes_to_Avoid_in_CEQA_Submit_2025.pdf"
- id: "FILE-002"
version: "1.0.0"
title: "Duplicate file hashes"
check: "duplicate_hashes"
filing_types: ["NOD", "NOE"]
source:
title: "LCI CEQA Submit FAQ"
url: "https://lci.ca.gov/sch/faq/"
- id: "FILE-003"
version: "1.0.0"
title: "Static PDF document format"
check: "non_pdf_documents"
filing_types: ["NOD", "NOE"]
source:
title: "LCI CEQA Submit common mistakes"
url: "https://lci.ca.gov/sch/docs/20250911-Common_Mistakes_to_Avoid_in_CEQA_Submit_2025.pdf"
section: "8. Using Fillable or Editable Forms"
- id: "FILE-004"
version: "1.0.0"
title: "Advisory file size"
check: "file_size"
filing_types: ["NOD", "NOE"]
parameters:
maximum_megabytes: 50
source:
title: "CEQA Preflight advisory technical rule"
url: "https://github.com/ChelseaKR/ceqa-preflight/blob/main/docs/audits/rule-source-review-2026-07-27-addendum.md"
kind: "project_advisory"
- id: "FILE-005"
version: "1.0.0"
title: "Portable filename characters"
check: "filename_portability"
filing_types: ["NOD", "NOE"]
source:
title: "CEQA Preflight advisory technical rule"
url: "https://github.com/ChelseaKR/ceqa-preflight/blob/main/docs/audits/rule-source-review-2026-07-27-addendum.md"
kind: "project_advisory"
- id: "CAT-001"
version: "1.0.0"
title: "Declared PDF document categories"
check: "document_categories"
filing_types: ["NOD", "NOE"]
source:
title: "LCI CEQA Submit pre-submission checklist"
url: "https://lci.ca.gov/sch/docs/20250911-CEQA_Submit_Pre-Submission_Checklist_2025.pdf"
- id: "MAN-001"
version: "1.0.0"
title: "Manifest document references"
check: "manifest_references"
filing_types: ["NOD", "NOE"]
source:
title: "LCI CEQA Submit pre-submission checklist"
url: "https://lci.ca.gov/sch/docs/20250911-CEQA_Submit_Pre-Submission_Checklist_2025.pdf"