-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
verify=False
not found as a potential security problem (RQ101)
#1
Comments
thanks for the report @jugmac00 |
I can't reproduce this, if I paste the snippet into an existing file it raises a warning. However, I have found another issue in the code that might cause it to fail. Could you share the import statements? (I'm assuming you can't share the whole file?) |
Thanks for getting back to me. Here is the import section
If you need the complete file to reproduce the issue, I will go through it and share it with you later once I finished my other tasks. P.S.: Even the standalone |
that's a builtin intellij mechanism. Doesn't look like the plugin is scanning the code at all |
I haven't tested in IDEA yet. Let me do that |
Just noticed this crash report in the lower right corner of IntelliJ / client.py is the module I tried to check this morning.
|
Published a new version 1.0.6 which should fix that particular crash. |
I get this error with 1.06
|
Annoyingly, I can't reproduce that issue. |
@jugmac00 try the latest version, these issues should all be fixed. Also, if it can't enable the detection because of a configuration issue it'll now give you a warning |
Hi @tonybaloney I still get errors on 1.0.12 - is there anything I could do to help you tracking down the problem(s)? Except learning Kotlin :-) Which is on my list, but currently I learn golang :-)
|
Haha, I came across that issue trying to break it at the weekend. I'm guessing that There's a fix for that in another branch, I'll patch it into master. It'll only impact that particular module AFAIK, the other functionality should work |
that issue is fixed in 1.0.13. I also did a check for any other unsafe casts and that's it https://github.com/tonybaloney/pycharm-security/releases/tag/1.0.13 |
Works like a (py)charm! |
Hi @tonybaloney
just installed PyCharm Security 1.04 for IntelliJ IDEA Ultimate.
Following snippet does not show a warning
As I understand
RQ101
should cover this.As side notes:
TMP100
is correctly raised for the following lineThe text was updated successfully, but these errors were encountered: