Skip to content

Commit 0ef6b0d

Browse files
authored
Update README with caution on log data exposure.
Added caution note about sensitive data exposure in logs.
1 parent e910809 commit 0ef6b0d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ codicefiscale.is_omocode("CCCFBA85D03L219P")
9898
```
9999

100100
### Command Line
101+
102+
> [!CAUTION]
103+
> If sensitive data is written to a log entry it could be exposed to an attacker who gains access to the logs.
104+
101105
This library can be used also as a CLI tool, for more info run:
102106
```bash
103107
python -m codicefiscale --help

0 commit comments

Comments
 (0)