File size: 7,314 Bytes
a804917
 
 
 
 
 
 
 
51ed393
 
 
a804917
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51ed393
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a804917
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
{
  "schema_version": "datapan.error-action-catalog.v1",
  "generated_at": "2026-06-29T00:00:00Z",
  "provider": "data.go.kr",
  "source_id": "data_go_kr",
  "source_profile": "sources/data_go_kr.json",
  "error_catalog": "reports/error-catalog.json",
  "summary": {
    "rules": 8,
    "blocking_rules": 3,
    "manual_review_rules": 5,
    "unknown_signature_rules": 0
  },
  "rules": [
    {
      "rule_id": "data-go-kr-service-key-not-registered",
      "status": "verified",
      "scope": {
        "dependency_classes": [
          "data_go_kr_gateway",
          "external_endpoint"
        ]
      },
      "match": {
        "kind": "field_equals",
        "field": "resultCode",
        "value": "30",
        "case_sensitive": false
      },
      "classification": "credential",
      "severity": "blocking",
      "actions": [
        {
          "target": "registry-release",
          "action": "refresh_verification",
          "automation": "manual_review",
          "reason": "The service key is missing, not registered, not approved for the operation, or encoded incorrectly. Do not route this to parser or adapter work until credentials are verified."
        },
        {
          "target": "documentation",
          "action": "update_error_taxonomy",
          "automation": "manual_review",
          "reason": "Keep the data.go.kr credential error taxonomy aligned with official usage guidance and observed verification evidence."
        }
      ],
      "impact_categories": [
        "provider_error_taxonomy_changed",
        "verification_status_changed"
      ],
      "evidence": {
        "reference_url": "https://www.data.go.kr/ugs/selectPublicDataUseGuideView.do"
      }
    },
    {
      "rule_id": "data-go-kr-service-key-message",
      "status": "verified",
      "match": {
        "kind": "message_contains",
        "contains": "SERVICE KEY IS NOT REGISTERED",
        "case_sensitive": false
      },
      "classification": "credential",
      "severity": "blocking",
      "actions": [
        {
          "target": "registry-release",
          "action": "refresh_verification",
          "automation": "manual_review",
          "reason": "Observed response indicates credential or approval state, not a registry schema or parser failure."
        }
      ],
      "impact_categories": [
        "verification_status_changed"
      ],
      "evidence": {
        "reference_url": "https://www.data.go.kr/ugs/selectPublicDataUseGuideView.do"
      }
    },
    {
      "rule_id": "data-go-kr-http-429",
      "status": "verified",
      "match": {
        "kind": "http_status",
        "http_status": 429
      },
      "classification": "rate_limit",
      "severity": "medium",
      "actions": [
        {
          "target": "registry-release",
          "action": "refresh_verification",
          "automation": "manual_review",
          "reason": "Rate-limit responses should adjust verification cadence or retry policy before changing adapter or parser code."
        },
        {
          "target": "provider-adapter",
          "action": "update_adapter",
          "automation": "manual_review",
          "reason": "Only update adapter behavior if repeated evidence shows the provider needs source-specific throttling or backoff."
        }
      ],
      "impact_categories": [
        "verification_status_changed"
      ]
    },
    {
      "rule_id": "data-go-kr-external-http-404",
      "status": "verified",
      "scope": {
        "dependency_classes": [
          "external_endpoint"
        ]
      },
      "match": {
        "kind": "http_status",
        "http_status": 404
      },
      "classification": "not_found",
      "severity": "medium",
      "actions": [
        {
          "target": "registry-release",
          "action": "refresh_verification",
          "automation": "manual_review",
          "reason": "HTTP 404 on a missing external endpoint should update route-disposition evidence before becoming adapter backlog."
        },
        {
          "target": "provider-adapter",
          "action": "no_action",
          "automation": "automated",
          "reason": "Do not create adapter work for dead-route candidates without fresh viable route evidence."
        }
      ],
      "impact_categories": [
        "verification_status_changed"
      ]
    },
    {
      "rule_id": "data-go-kr-external-timeout",
      "status": "verified",
      "scope": {
        "dependency_classes": [
          "external_endpoint"
        ]
      },
      "match": {
        "kind": "timeout"
      },
      "classification": "upstream_outage",
      "severity": "medium",
      "actions": [
        {
          "target": "registry-release",
          "action": "refresh_verification",
          "automation": "manual_review",
          "reason": "Timeouts on missing external routes should remain transient route evidence until repeated checks prove a stable adapter target."
        }
      ],
      "impact_categories": [
        "verification_status_changed"
      ]
    },
    {
      "rule_id": "data-go-kr-approval-required",
      "status": "verified",
      "scope": {
        "dependency_classes": [
          "data_go_kr_gateway"
        ]
      },
      "match": {
        "kind": "field_equals",
        "field": "reason",
        "value": "approval_required",
        "case_sensitive": false
      },
      "classification": "credential",
      "severity": "blocking",
      "actions": [
        {
          "target": "registry-release",
          "action": "review_collector",
          "automation": "manual_review",
          "reason": "The operation is not approved for the active data.go.kr credential. Preserve this as credential/approval evidence rather than claiming runtime coverage."
        }
      ],
      "impact_categories": [
        "verification_status_changed"
      ]
    },
    {
      "rule_id": "data-go-kr-missing-required-params",
      "status": "verified",
      "match": {
        "kind": "field_equals",
        "field": "reason",
        "value": "missing_required_params",
        "case_sensitive": false
      },
      "classification": "bad_request",
      "severity": "high",
      "actions": [
        {
          "target": "registry-release",
          "action": "refresh_verification",
          "automation": "manual_review",
          "reason": "A bounded verification skipped the call because required public input values were unavailable; route it to parameter evidence, not credentials or adapters."
        }
      ],
      "impact_categories": [
        "verification_status_changed"
      ]
    },
    {
      "rule_id": "data-go-kr-parse-error",
      "status": "verified",
      "match": {
        "kind": "parse_error"
      },
      "classification": "parser",
      "severity": "high",
      "actions": [
        {
          "target": "registry-release",
          "action": "investigate",
          "automation": "manual_review",
          "reason": "Parse failures are parser evidence unless the response also matches a verified data.go.kr credential, approval, rate-limit, missing-route, or upstream outage rule."
        }
      ],
      "impact_categories": [
        "response_shape_changed",
        "verification_status_changed"
      ]
    }
  ]
}