- Git URLs: git.mobiletic.net/mobiletic/anonymizer -> .../mobiletic-labs/anonymizer (homepage, repository, bugs, CI badge, clone instructions). - npm package renamed @mobiletic/anonymizer -> @mobiletic-labs/anonymizer across package.json, lockfile, README, CONTRIBUTING, examples, issue template. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
36 lines
756 B
Markdown
36 lines
756 B
Markdown
---
|
|
name: Bug report
|
|
about: Report incorrect behavior (false positive/negative, crash, leak)
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
**⚠️ Security/PII-leak issues:** please do NOT file them here — email security@mobiletic.com (see SECURITY.md).
|
|
|
|
## Describe the bug
|
|
|
|
A clear description of what's wrong.
|
|
|
|
## To reproduce
|
|
|
|
A minimal code sample or failing test:
|
|
|
|
```ts
|
|
// import { Anonymizer, presets } from '@mobiletic-labs/anonymizer';
|
|
```
|
|
|
|
## Expected behavior
|
|
|
|
What you expected to happen.
|
|
|
|
## Environment
|
|
|
|
- `@mobiletic-labs/anonymizer` version:
|
|
- Node.js version:
|
|
- Using an LLM provider? (which endpoint/model, or regex-only):
|
|
|
|
## Additional context
|
|
|
|
Anything else (input text shape, custom patterns, …). Redact any real PII before posting.
|