Y
Hacker News
new
|
ask
|
show
|
jobs
by
defen
3449 days ago
Without seeing the actual code base, `audio_filepath = audioSubmission['filepath']` smells like a security vulnerability. Also calling `decode` on a user object seems wrong...
1 comments
Scaevolus
3449 days ago
It's just UTF-8 decoding, not something dangerous.
link