Skip to content

[b/549538131] - Enhancement for ONFIDO parser to support JSON formatted logs - #1188

Open
dongari-uday wants to merge 1 commit into
mainfrom
onfido_new_changes
Open

[b/549538131] - Enhancement for ONFIDO parser to support JSON formatted logs#1188
dongari-uday wants to merge 1 commit into
mainfrom
onfido_new_changes

updated with new changes

db3d332
Select commit
Loading
Failed to load commit list.
Google SecOps Bot / Validate Parsers failed Sep 1, 2026 in 1m 18s

Validate Parsers Result

Parser Unit Test Results

Summary of tests run on parser configurations and test data.

Parser: community/ONFIDO

metadata.json file is invalid:

  • logType ONFIDO already exists in content/parsers/third_party/community/ONFIDO_GUS/cbn/metadata.json

It should contain at least 'product' and 'vendor' fields, and no other fields than 'log_type', 'product', 'vendor', 'supported_format', 'category', 'description', 'references', 'verified' are allowed. If 'log_type' is provided, it must be a valid LogType enum value. A valid structure looks like:

{
  "log_type": "...",
  "product": "...",
  "vendor": "...",
  "supported_format": "...",
  "category": "...",
  "description": "...",
  "references": "..."
}

Overall Status: Failures detected. Please review the details above.