cools9 / ElementalDB

A database made in python meant to be superfast and easy to learn for beginners and meant to be a sql,sqlite and postgres competitor
MIT License
11 stars 11 forks source link

Bandit Security Code Scanner's node version is deprecated #54

Open ESFLOWNK opened 6 days ago

ESFLOWNK commented 6 days ago

Bandit shows in the logs that its node version is deprecated: Actual version -> Node 12 Needed version -> Node 16

@cools9 I think you need to update the node version

Bashamega commented 2 days ago

Dear @ESFLOWNK,

Apologies for the delayed response. Could you please provide more details about the issue? I reviewed the configuration files and noticed that we haven’t specified a Node version. Additionally, our project uses Python, not Node.js.

Thank you for your understanding.

ESFLOWNK commented 2 days ago

https://github.com/ESFLOWNK/ElementalDB/actions/runs/11350146121/job/31567890638#step:3:1 Here's the bandit run log. If you see the annotations it said about Node versión is deprecated an if you see the error there's something about Python too

cools9 commented 2 days ago

I've got no idea how to fix it

ESFLOWNK commented 2 days ago

I've got no idea how to fix it

Have you tried reinstalling it?