We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Django doesn't seem to find the vulnerabilities' names using the following filter call. However, this does work when executed from the command line:
results_cs = CipherSuite.objects.filter( Q(name__icontains=search_term)| Q(auth_algorithm__long_name__icontains=search_term)| Q(enc_algorithm__long_name__icontains=search_term)| Q(kex_algorithm__long_name__icontains=search_term)| Q(hash_algorithm__long_name__icontains=search_term)| Q(protocol_version__long_name__icontains=search_term)| Q(auth_algorithm__vulnerabilities__name__icontains=search_term)| Q(enc_algorithm__vulnerabilities__name__icontains=search_term)| Q(kex_algorithm__vulnerabilities__name__icontains=search_term)| Q(hash_algorithm__vulnerabilities__name__icontains=search_term) )
Sorry, something went wrong.
fixed by ea907c5
hcrudolph
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: