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

Unused method urlenc_decode in urlenc.c #283

Open
AaronAtDuo opened this issue Sep 12, 2024 · 1 comment
Open

Unused method urlenc_decode in urlenc.c #283

AaronAtDuo opened this issue Sep 12, 2024 · 1 comment

Comments

@AaronAtDuo
Copy link
Contributor

Description

The method urlenc_decode (https://github.com/duosecurity/duo_unix/blob/master/lib/urlenc.c#L79) appears to be unused. This code is based on similar code from libcurl that has known CVEs. We are getting flagged for those CVEs.

Expected Behavior

We should confirm it is unused, and if so, the code should be removed.

@ysyrota
Copy link
Contributor

ysyrota commented Oct 4, 2024

The issue is fixed in this commit.

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

No branches or pull requests

2 participants