Skip to content

Commit 39f3117

Browse files
authored
[Snyk] Security upgrade nltk from 3.8.1 to 3.8.2 (#72)
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `requirements.txt` <details> <summary>⚠️ <b>Warning</b></summary> ``` textblob 0.17.1 requires nltk, which is not installed. PyQtWebEngine 5.15.6 requires PyQt5, which is not installed. prophet 1.1.5 requires holidays, which is not installed. matplotlib 3.5.3 requires fonttools, which is not installed. ``` </details> --- > [!IMPORTANT] > > - Check the changes in this PR to ensure they won't cause issues with your project. > - Max score is 1000. Note that the real score may have changed since the PR was raised. > - This PR was automatically created by Snyk using the credentials of a real user. > - Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded. --- **Note:** _You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs._ For more information: <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI1MTUzOWM5OS01NDI4LTQxZWQtYjE1YS02ODZmMjY5ZDIwMWUiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjUxNTM5Yzk5LTU0MjgtNDFlZC1iMTVhLTY4NmYyNjlkMjAxZSJ9fQ==" width="0" height="0"/> 🧐 [View latest project report](https://app.snyk.io/org/drik493/project/f09da309-8743-49bd-98f0-a58c3b858dbf?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr) 📜 [Customise PR templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates) 🛠 [Adjust project settings](https://app.snyk.io/org/drik493/project/f09da309-8743-49bd-98f0-a58c3b858dbf?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr/settings) 📚 [Read about Snyk's upgrade logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Remote Code Execution (RCE)](https://learn.snyk.io/lesson/malicious-code-injection/?loc&#x3D;fix-pr) [//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"nltk","from":"3.8.1","to":"3.8.2"}],"env":"prod","issuesToFix":[{"exploit_maturity":"No Known Exploit","id":"SNYK-PYTHON-NLTK-7411380","priority_score":634,"priority_score_factors":[{"type":"fixability","label":true,"score":214},{"type":"cvssScore","label":"8.4","score":420},{"type":"scoreVersion","label":"v1","score":1}],"severity":"high","title":"Remote Code Execution (RCE)"}],"prId":"51539c99-5428-41ed-b15a-686f269d201e","prPublicId":"51539c99-5428-41ed-b15a-686f269d201e","packageManager":"pip","priorityScoreList":[634],"projectPublicId":"f09da309-8743-49bd-98f0-a58c3b858dbf","projectUrl":"https://app.snyk.io/org/drik493/project/f09da309-8743-49bd-98f0-a58c3b858dbf?utm_source=github&utm_medium=referral&page=fix-pr","prType":"fix","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":["updated-fix-title","pr-warning-shown","priorityScore"],"type":"auto","upgrade":[],"vulns":["SNYK-PYTHON-NLTK-7411380"],"patch":[],"isBreakingChange":false,"remediationStrategy":"vuln"}' <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/mrayanasim09/python-projects/72) <!-- Reviewable:end -->
2 parents ea31cc2 + f373306 commit 39f3117

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ pyshorteners
3030
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
3131
holidays>=0.45 # not directly required, pinned by Snyk to avoid a vulnerability
3232
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
33+
nltk>=3.8.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)