Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
hubot-ldap-auth
Advanced tools
This module is derived from the hubot-auth module and it delegates the main functions of authorization to an LDAP server using the ldapjs LDAP client. In the implementation, it is meant to be a drop in replacement for the existing module so that the other integrations that exist around hubot-auth can continue to function properly. All modifying actions have been removed from the auth client so that the LDAP server can act as a service providing authorization details to Hubot, rather than providing Hubot ability to do such modifications. Theoretically, this would be a separate script to do such an integration, but it is not in the scope of this module.
LDAP_URL
- the client will attempt to bind a session to the LDAP server using this URLLDAP_SEARCH_BASE_DN
- the base dn for the ldap search userLDAP_GROUP_OBJECT_CLASS
- the object class to use to find LDAP groupsLDAP_USER_OBJECT_CLASS
- the user object class to identify users from LDAPUSER_LDAP_ATTRIBUTE
- the ldap attribute that matches an attribute from USER_HIPCHAT_ATTRIBUTE
USER_HIPCHAT_ATTRIBUTE
- the hipchat user attribute that matches a value in LDAPLDAP_REFRESH_TIME
- set to 6 hours to reset the roles and users, can be done on demand. Is requeried every time the app starts upFAQs
An auth module for Hubot that delegates to an LDAP server
The npm package hubot-ldap-auth receives a total of 0 weekly downloads. As such, hubot-ldap-auth popularity was classified as not popular.
We found that hubot-ldap-auth demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.