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

Proxy setting not passed to CveXplore #1091

Open
oh2fih opened this issue May 13, 2024 · 0 comments
Open

Proxy setting not passed to CveXplore #1091

oh2fih opened this issue May 13, 2024 · 0 comments
Labels

Comments

@oh2fih
Copy link
Contributor

oh2fih commented May 13, 2024

The CVE-Search's configuration parameter

[Proxy]
http: proxy.example.com:8080

is not passed to CveXplore that reads it from environment variables

    HTTP_PROXY_DICT = getenv_dict("HTTP_PROXY_DICT", {})
    HTTP_PROXY_STRING = os.getenv("HTTP_PROXY_STRING", "")

https://github.com/cve-search/CveXplore/blame/5a2c7ae5ca17b06a8d3cd7c8a5355ef8bbd0d48b/CveXplore/common/config.py#L125

It is likely that CveXplore's issue cve-search/CveXplore#195 was solved for standalone CveXplore without compatibility with CVE-Search.

@P-T-I P-T-I added the bug label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants