-
Config to toggle redacts.
Used for private repos only.
redactPrivateRepoComments: boolean
Default we capture everything.
> Maybe we shouldn't redact comments in the near future. And instead ha…
-
-
It was brought to my attention by asineth0 that the server logs for the vanilla game show IPs due to BattlEye.
![image](https://github.com/user-attachments/assets/b7276885-60c2-46c7-abba-2b2347a1e9…
-
Re: #1699
We should consider whether to redact `Debug` implementations, which could be used in simple string output when tracing or logging. We need a robust redaction strategy anyway, but this mea…
-
### Story
In the mobile app it is possible to crop images before upload.
It would be great to have the same thing in the web app.
Do you know of any JS libraries ?
### Related issues
- #31
- #547
…
-
We should explore incorporating a mechanism to automatically redact sensitive fields when users log data. If users input information such as tokens, API keys, passwords, or similar sensitive data, we …
-
When a user logs in with two steps, e.g.
```
> login token
> {"field_id_1":"xyz...","field_id_2":"abc..."}
```
the user's second message gets redacted to hide the field values (they might contain…
-
Our team has been playing around with `redact` and something we're trying to wrap our heads around is how to determine if `redact` has modified the input. This is straightforward when the input is a s…
-
### Problem
A user recently uploaded edits suggesting the objects are related to their female family members (details censored) in the title. DWG replied that they are unable to act on it.
###…
-
**Is your feature request related to a problem? Please describe.**
Field `debug_redact` has been added around Protobuf 22 to mark sensitive fields as being sensitive. (Amusingly, this means `protoc…