Blender-ID add-on for inclusion as OFFICIAL #49008
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#49008
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This add-on allows you to authenticate your Blender with your Blender ID account. This authentication can then be used by other add-ons, such as the Blender Cloud add-on.
Changed status to: 'Open'
Added subscriber: @fsiddi
Added subscribers: @dr.sybren, @mont29
Looked over the code. Generally seems fine to me, but couple of points:
Avoid using global scope imports, especially of heave and barely used things like json. Try making such imports local in functions.
I'm a bit corned about server replying whether its incorrect user or incorrect password. This is something what was discovered in SSH and assigned a score of 5 : CVE-2016-6210. Would think we should just tell that credentials are incorrect and don't go into details.
Did only very quick skimming, but lgtm too… POints raised by @Sergey are valid for sure, but those can also be addressed once in repo…
Fixed in infrastructure/blender-id-addon@f02fefd8d0
Fixed in the add-on in infrastructure/blender-id-addon@eccfb2efc4, and in BlenderID itself in infrastructure/blender-id@286aca1cb4. I also implemented blinding of the password check, so that an attacker can't determine whether the username exists based on the timing of the response.
One last thing: we should strip out your part of the code which does
cacert.pem
tricks. We only missed this file for msvc2015 builds which i've fixed now.Stripping out that part of code gives 35% speedup of warm Blender startup.
Done in infrastructure/blender-id-addon@d26cba9d56.
The plan is as follows. B'ID add-on version
This issue was referenced by
84a93440fd
Changed status from 'Open' to: 'Resolved'