BloodHoundAD / BloodHound

Six Degrees of Domain Admin
GNU General Public License v3.0
9.62k stars 1.7k forks source link

DeprecationWarning: Buffer() is deprecated due to security and usability issues. #633

Open ScorpionKing34 opened 1 year ago

ScorpionKing34 commented 1 year ago

First I start neo4j console: $ sudo neo4j console

Next in a new terminal I start bloodhoud: $ sudo bloodhound

Then I recieve the following error: (node:1802424) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information (node:1802470) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

Below you can see the installed version:

Is there any update to fix this issue?

rvazarkar commented 1 year ago

Duplicate of https://github.com/BloodHoundAD/BloodHound/issues/590