Giter VIP home page Giter VIP logo

bikenweb's Introduction

Hi I'm Quentin

๐Ÿ‘จโ€๐Ÿ’ป About Me

  • ๐Ÿ‘จโ€๐Ÿ’ป ย  I'm a French software engineer, working currently for Alcmรฉon.
  • ๐ŸŽ“ ย  I studied computer science and embedded systems at the Ecole Nationale d'Ingรฉnieur de Brest (ENIB), France.
  • ๐Ÿ˜ ย  Enjoys discovering new technologies and new ways to make useful softwares.

๐ŸŒ Check my personal website to see my resume and my projects

Website Website

๐Ÿ›  Tech Stack

  • Backend development ย  Python Javascript C++

  • Web development: ย  HTML CSS JavaScript React

  • Framework: ย  Flask Express

  • Databases: ย  MySQL MongoDB

  • Source and project management: ย  GitHub GitLab Jira Confluence

  • My favourites IDEย  PyCharm Webstorm


๐Ÿค๐Ÿป Connect with Me

LinkedIn Email

bikenweb's People

Contributors

dependabot[bot] avatar quentinphilipp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

doytsujin

bikenweb's Issues

Unsafe hash upon account creation

Describe the bug
Our security team is working on the automated detection of session vulnerabilities in opensource web applications, including insecure hashing of authentication credentials. Our analyzer identified that the set_password function of BikenWeb/biken
/models.py is using an unsafe hashing function (SHA-256) to store users' passwords. This practice might leave your application vulnerable to offline bruteforcing attacks.

Can you take a look into the relevant code parts and comment on the issue?

To Reproduce
Upon data breach, an attacker with access to the password database can perform offline bruteforcing to reconstruct valid users' passwords, possibly reused at other services. This can be avoided by using more secure hashing algorithms.

Expected behavior
Please follow the OWASP recommendations for secure password hashing to avoid the issue: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html

Remove U-turn in the routes

The routes are created with multiples itinerary linked one to each other. We need to make sure there is no useless road that go to one point and go back just after (u-turn) for nothing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.