VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang
MIT License
250 stars 33 forks source link

Which features do you cover ? #7

Closed Pschittt closed 6 years ago

Pschittt commented 6 years ago

Hello,

To be curious, which feature do you cover with your api version ? Do you cover :

I've tried to understand your code, but i'm not familiar with Go.

One more question :

VictorNine commented 6 years ago

Implemented

Not Implemented

User sessions is handled the same way as the core server (JWT) As stated in the read me it's still a work in progress

Pschittt commented 6 years ago

Thanks

Pschittt commented 6 years ago

One more question :

Do you check each parameter to avoid sql injection attacks ?

VictorNine commented 6 years ago

No guaranties, but I've tested on the "unauthorized" endpoints and could not exploit it.