Skip to content

Commit

Permalink
Merge pull request #529 from internetstandards/44
Browse files Browse the repository at this point in the history
add changelog, fix requests-future bug
  • Loading branch information
stitch authored Aug 20, 2024
2 parents 882c379 + 091b448 commit b19bbf5
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## V4.4.0 - 22 july 2024
Maintenance release to reduce the amount of disk space used.

### Changed
- Compression of reports, saving a lot of disk space
- Allow scanning of domains where the DNS server returns servfail
- Limit the number of domains in a GUI upload and redirect to spreadsheets
- Enforce passwords to be at least 16 characters
- Improve API request name (for scan tracking on API backends)
- Add progress bar to spreadsheet uploads

### Bugfixes
- Fixed a transaction issue creating duplicate endpoints

## V4.3.0 - 13 may 2024

Version 4.3.0 targets to support creating lists and viewing reports up to 10.000 domains.
Expand Down
2 changes: 1 addition & 1 deletion requirements-deploy.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# make sure there are no version conflicts with requirements.txt
-c requirements.txt

websecmap[deploy] @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@c61e40b5681bf5e09be8f3373dc7ea7072d59e2f
websecmap[deploy] @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@9833a47f52e6c39b5b02789cccf99cf49ee97ca9

# include (security) version constraints for non primary dependencies
-c security-constraints.in
Expand Down
4 changes: 2 additions & 2 deletions requirements-deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ wcwidth==0.2.13
# -c requirements.txt
# prompt-toolkit
# websecmap
websecmap[deploy] @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@c61e40b5681bf5e09be8f3373dc7ea7072d59e2f
websecmap[deploy] @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@9833a47f52e6c39b5b02789cccf99cf49ee97ca9
# via
# -c requirements.txt
# -r requirements-deploy.in
Expand Down Expand Up @@ -671,7 +671,7 @@ zope-event==5.0
# -c requirements.txt
# gevent
# websecmap
zope-interface==6.0
zope.interface==6.0
# via
# -c requirements.txt
# gevent
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ django-extensions
django-debug-toolbar
django-debug-toolbar-request-history
pytest-mock
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@c61e40b5681bf5e09be8f3373dc7ea7072d59e2f
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@9833a47f52e6c39b5b02789cccf99cf49ee97ca9
# use the version with relaxed attr requirements
pytest-docker @ git+https://github.com/avast/pytest-docker@519b155009b6f3570c01f1f56e7c4e6ce3c5c760

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ urllib3==1.26.18
# responses
# sentry-sdk
# websecmap
urllib3-future==2.7.912
urllib3-future==2.8.907
# via
# -c requirements.txt
# niquests
Expand Down Expand Up @@ -934,7 +934,7 @@ wcwidth==0.2.13
# -c requirements.txt
# prompt-toolkit
# websecmap
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@c61e40b5681bf5e09be8f3373dc7ea7072d59e2f
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@9833a47f52e6c39b5b02789cccf99cf49ee97ca9
# via
# -c requirements.txt
# -r requirements-dev.in
Expand Down Expand Up @@ -968,7 +968,7 @@ zope-event==5.0
# -c requirements.txt
# gevent
# websecmap
zope-interface==6.0
zope.interface==6.0
# via
# -c requirements.txt
# gevent
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - no version pinning, unless it is required and explained

# to update websecmap, update the SHA hash and run: make update_requirement_websecmap
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@c61e40b5681bf5e09be8f3373dc7ea7072d59e2f
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@9833a47f52e6c39b5b02789cccf99cf49ee97ca9

django-otp
django-two-factor-auth>1.15
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ urllib3==1.26.18
# requests
# sentry-sdk
# websecmap
urllib3-future==2.7.912
urllib3-future==2.8.907
# via
# niquests
# websecmap
Expand All @@ -535,7 +535,7 @@ wcwidth==0.2.13
# via
# prompt-toolkit
# websecmap
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@c61e40b5681bf5e09be8f3373dc7ea7072d59e2f
websecmap @ git+https://gitlab.com/internet-cleanup-foundation/web-security-map@9833a47f52e6c39b5b02789cccf99cf49ee97ca9
# via -r requirements.in
wikidata==0.7.0
# via websecmap
Expand All @@ -557,7 +557,7 @@ zope-event==5.0
# via
# gevent
# websecmap
zope-interface==6.0
zope.interface==6.0
# via
# gevent
# websecmap
Expand Down

0 comments on commit b19bbf5

Please sign in to comment.