node-krb5
node-krb5 copied to clipboard
Kerberos native library for Node.js
Bump the dependency Bump dependency "node-addon-api" from 1.7.1 to 1.7.2, because of CSVs found and rated "high" for the 1.7.1 version. Sole change is in the package.json. The specific CVE...
This PR is PoC showing what a rust migration could look like. There should be no change to the interface. ## What's new in this PR: * feat: remove cpp...
From what I can see in the code examples, this library can produce the token or tickets: ```krb5.spnego({ service_fqdn: 'm01.krb.local' }, function (err, token) { if (err) { console.log(err) }...
High │ Node.js js_native_api_v8.cc napi_get_value_string_*() │ │ │ Functions Integer Underflow Buffer Overflow │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ node-addon-api │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ 1.7.2||2.0.1 I get the above...
Hi, This node module is very useful. I have scenario to do Kerberos Constrained Delegation. I see that this is available through kvno tool and source is in latest "krb5"...
I have installed [email protected] node version. And also all supporting package. Even kerberos authentication in working on local. When I build and Run it in Docker container then It gives...