Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product Changes | PDF Download Button #104

Merged
merged 10 commits into from
May 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Created by .ignore support plugin (hsz.mobi)
### VINCE-localstack
volumes

### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# VINCE Changelog

Version 2.1.1 2023-05-02

* Security updates fixing a number of dependencies - sqlparse, redis (GHSA-rrm6-wvj7-cwh2,CVE-2023-28859,CVE-2023-28858)
* Updates (UAR) workflow for User joining Vendor Group GH Issue #94
* INL Code updates to perform Product/Version for CVE records GH PR #104
* INL Code updates for PDF download of VulNote GH PR #104
* Async requests for VinceTrack Contacts to reduce page wait times
* Check for Bounces before sending emails from vince/mailer.py
* Add TERMS_URL to ensure Terms & Conditions are flexible
* Fix CVSS Translator GH Issue #105
* Check for notification-only addresses and provide error on Signup


Version 2.0.7 2023-03-20

* Security updates Django to 3.2.18 CVE-2023-24580, Remove python-futures (no longer used) GH Issues #91 #90 (Dependabot)
Expand Down
Loading