Skip to content

Commit 19a09c7

Browse files
authored
Revise security section in CHANGELOG.md
Updated changelog to summarize security improvements and issue #1369.
1 parent 7214d5c commit 19a09c7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ and this project adheres to
2727
### Security
2828

2929
- Replace `os.path.join` with `safe_path_join` throughout the codebase
30-
to prevent path manipulation vulnerabilities (CWE-22). Affected modules:
31-
`pythainlp.corpus`, `pythainlp.tag.unigram`, `pythainlp.tag.perceptron`,
32-
`pythainlp.parse.transformers_ud`, `pythainlp.translate.en_th`,
33-
`pythainlp.spell.words_spelling_correction`, `pythainlp.tokenize.crfcut`,
34-
and the tar/zip archive extraction helpers in `pythainlp.corpus.core`.
30+
to prevent path manipulation vulnerabilities (CWE-22) (#1369)
3531

3632
## [5.3.2] - 2026-03-19
3733

0 commit comments

Comments
 (0)