
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
This document describes how to run benchmarks under benchmark/ directory.
You need a LDAP server to run benchmarks. This is dependes on your environment.
In this document, we assume that you configure your LDAP server by the following configuration:
You need an ActiveLdap configuration in benchmark/config.yaml to connect to your LDAP server. There is a sample configuration in benchmark/config.yaml.sample. It's good to start from it.
% cp benchmark/config.yaml.sample benchmark/config.yaml
% editor benchmark/config.yaml
The configuration uses the same format of ldap.yaml.
You just run a bencmark script. It loads benchmark/config.yaml and populate benchmark data automatically.
% ruby benchmark/bench-backend.rb
Populating...
Rehearsal ---------------------------------------------------------------
1x: AL(LDAP) 0.220000 0.000000 0.220000 ( 0.234775)
1x: AL(Net::LDAP) 0.280000 0.000000 0.280000 ( 0.273048)
1x: AL(LDAP: No Obj) 0.000000 0.000000 0.000000 ( 0.009217)
1x: AL(Net::LDAP: No Obj) 0.060000 0.000000 0.060000 ( 0.056727)
1x: LDAP 0.000000 0.000000 0.000000 ( 0.003261)
1x: Net::LDAP 0.040000 0.000000 0.040000 ( 0.029862)
------------------------------------------------------ total: 0.600000sec
user system total real
1x: AL(LDAP) 0.200000 0.000000 0.200000 ( 0.195660)
1x: AL(Net::LDAP) 0.220000 0.000000 0.220000 ( 0.213444)
1x: AL(LDAP: No Obj) 0.010000 0.000000 0.010000 ( 0.009000)
1x: AL(Net::LDAP: No Obj) 0.030000 0.000000 0.030000 ( 0.026847)
1x: LDAP 0.000000 0.000000 0.000000 ( 0.003377)
1x: Net::LDAP 0.020000 0.000000 0.020000 ( 0.022662)
Entries processed by Ruby/ActiveLdap + LDAP: 100
Entries processed by Ruby/ActiveLdap + Net::LDAP: 100
Entries processed by Ruby/ActiveLdap + LDAP: (without object creation): 100
Entries processed by Ruby/ActiveLdap + Net::LDAP: (without object creation): 100
Entries processed by Ruby/LDAP: 100
Entries processed by Net::LDAP: 100
Cleaning...
FAQs
Unknown package
We found that activeldap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.