Skip to content

Upgrade VINCE to 3.0.43#227

Open
SEI-gstrom wants to merge 1 commit into
CERTCC:mainfrom
SEI-gstrom:version/3.0.43
Open

Upgrade VINCE to 3.0.43#227
SEI-gstrom wants to merge 1 commit into
CERTCC:mainfrom
SEI-gstrom:version/3.0.43

Conversation

@SEI-gstrom

Copy link
Copy Markdown
Contributor

See changelog for details

Comment thread vince/lib.py


# Show what we're hashing (but truncate key for security - just show length and first/last few chars)
logger.debug(f"generate_hmac: key length = {len(key)}, key preview = {key[:4]!r}...{key[-4:]!r}")
Comment thread vinny/views.py
Comment on lines +4990 to +4994
return JsonResponse({
"error": "Invalid JSON in request body",
"details": str(e),
"status": "error"
}, status=400)
Comment thread vinny/views.py
Comment on lines +4998 to +5002
return JsonResponse({
"error": "Internal server error processing T report",
"details": str(e),
"status": "error"
}, status=500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants