Skip to content

[Prototype] Standalone utility/tool for redacting binlogs #9007

@JanKrivanek

Description

@JanKrivanek

Motivation

Scoping and redefining #8400 to frontload smaller deliverable - let's approach option of post-processing a log file - a binlog to start with.
The prototype might in the future version incorporate external library for classifying string tokens based on well known tokens characteristics. However to start with we'll use user specified input on commandline.

Sample envisioned usage:

dotnet redact-binlog msbuild.binlog -p:pwd1 -p:"multi word \" pwd"

Expected outputs

  • Prototype of redacting tool
  • Prototype it's build and packaging
  • Proper separation of tokens classification module - so that more sophisticated library can be pluged in
  • Perf measurements on binlog produced by OrchardCore build and sample internal infra build binlog
  • (Optional) prototype plugging in into our infra

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions