Giter Site home page Giter Site logo

lob2018 / choux-win Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 41.34 MB

Jeu (PoC) pour Windows 7 et versions ultérieures, réalisé avec Electron (français/anglais)

License: GNU General Public License v3.0

CSS 13.65% HTML 2.61% JavaScript 83.74%
electron-game jeu jeux javascript-game electron windows windows-7 windows-8 windows-10 32bit-64bit

choux-win's Introduction

Hi, I'm Yann 👋

              _                
__      __ __| | ___ ___  _ __ ___   ___  
\ \ /\ / / _ \ |/ __/ _ \| '_ ` _ \ / _ \ 
 \ V  V /  __/ | (_| (_) | | | | | |  __/ 
  \_/\_/ \___|_|\___\___/|_| |_| |_|\___| 
 _                                        
| |_ ___    _ __ ___  _   _               
| __/ _ \  | '_ ` _ \| | | |              
| || (_) | | | | | | | |_| |              
 \__\___/  |_| |_| |_|\__, |              
                      |___/               
  ____ _ _   _   _       _                
 / ___(_) |_| | | |_   _| |__             
| |  _| | __| |_| | | | | '_ \            
| |_| | | |_|  _  | |_| | |_) |           
 \____|_|\__|_| |_|\__,_|_.__/            
                  __ _ _        _         
 _ __  _ __ ___  / _(_) | ___  | |        
| '_ \| '__/ _ \| |_| | |/ _ \ | |        
| |_) | | | (_) |  _| | |  __/ |_|        
| .__/|_|  \___/|_| |_|_|\___| (_)        
|_|                                       
                                          

Table of contents

About me

I am a developer with a great passion for software and continuous learning. I specialize in fullstack development.

My skills

Front-End

HTML5 CSS3 Sass JavaScript TypeScript Angular React Jest Cypress WCAG AJAX Bootstrap UI/UX Design Design Patterns

Back-end

Java Spring_Boot Spring_Security JPA JUnit Mockito Mockoon Postman ORM Node.js Design Patterns

Desktop applications

Electron Java Swing Java FX C# Design Patterns

Data persistence

SQL Server PostgreSQL MySQL MariaDB MongoDB H2 HSQLDB

Modeling methodologies

UML Merise

Agile methodologies and practices

SCRUM KANBAN CI/CD BDD TDD User Stories Product Backlog Lean

Software and environments

Visual Studio Code IntelliJ Idea Eclipse SpringToolSuite4 Git Docker Figma Ilustrator

My projects

  • Capsa (PoC) 10/2021 : Electron billing application PoC
  • Choux-Win (PoC) 08/2020 : Electron arcade game PoC
  • Sudoku.exe 05/2019 : C# .NET WPF Sudoku game
  • Choux ! - Demo 12/2018 : HTML5 CSS JS arcade game
  • Colibris 10/2018 : SEAN library application
  • S2J.exe 02/2018 : C# .NET WPF SEO application
  • Hatclic.fr 11/2017 : VPS with Drupal website (closed)
  • Groupe.exe 03/2016 : JavaFX file management application
  • Crypt.exe 08/2015 : JavaFX cryptographic application
  • Meteo.exe 06/2015 : JavaFX weather application

Contact me

choux-win's People

Contributors

lob2018 avatar mend-bolt-for-github[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

choux-win's Issues

CVE-2021-33623 (High) detected in trim-newlines-1.0.0.tgz

CVE-2021-33623 - High Severity Vulnerability

Vulnerable Library - trim-newlines-1.0.0.tgz

Trim newlines from the start and/or end of a string

Library home page: https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/trim-newlines/package.json

Dependency Hierarchy:

  • @electron-forge/cli-6.0.0-beta.63.tgz (Root Library)
    • @electron-forge/core-6.0.0-beta.63.tgz
      • nugget-2.0.1.tgz
        • pretty-bytes-1.0.4.tgz
          • meow-3.7.0.tgz
            • trim-newlines-1.0.0.tgz (Vulnerable Library)

Found in HEAD commit: 577a65ccbfab958b5294baa0d616c8f527b4d9f3

Found in base branch: master

Vulnerability Details

The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the .end() method.

Publish Date: 2021-05-28

URL: CVE-2021-33623

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623

Release Date: 2021-05-28

Fix Resolution: trim-newlines - 3.0.1, 4.0.1


Step up your Open Source Security Game with WhiteSource here

CVE-2022-0235 (Medium) detected in node-fetch-2.6.5.tgz - autoclosed

CVE-2022-0235 - Medium Severity Vulnerability

Vulnerable Library - node-fetch-2.6.5.tgz

A light-weight module that brings window.fetch to node.js

Library home page: https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/node-fetch/package.json

Dependency Hierarchy:

  • request-5.6.2.tgz (Root Library)
    • node-fetch-2.6.5.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

node-fetch is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor

Publish Date: 2022-01-16

URL: CVE-2022-0235

CVSS 3 Score Details (6.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-r683-j2x4-v87g

Release Date: 2022-01-16

Fix Resolution: node-fetch - 2.6.7,3.1.1


Step up your Open Source Security Game with WhiteSource here

CVE-2020-7774 (High) detected in y18n-4.0.0.tgz

CVE-2020-7774 - High Severity Vulnerability

Vulnerable Library - y18n-4.0.0.tgz

the bare-bones internationalization library used by yargs

Library home page: https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz

Path to dependency file: Choux-Win/package.json

Path to vulnerable library: Choux-Win/node_modules/mocha/node_modules/y18n/package.json

Dependency Hierarchy:

  • mocha-8.2.1.tgz (Root Library)
    • yargs-13.3.2.tgz
      • y18n-4.0.0.tgz (Vulnerable Library)

Found in HEAD commit: fe93fa8b85ba4edbc9ec352b7c87c980b0efc90c

Found in base branch: master

Vulnerability Details

This affects the package y18n before 5.0.5. PoC by po6ix: const y18n = require('y18n')(); y18n.setLocale('proto'); y18n.updateLocale({polluted: true}); console.log(polluted); // true

Publish Date: 2020-11-17

URL: CVE-2020-7774

CVSS 3 Score Details (7.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7774

Release Date: 2020-11-17

Fix Resolution: 5.0.5


Step up your Open Source Security Game with WhiteSource here

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.