Giter VIP home page Giter VIP logo

zero2prod's Introduction

Hi 👋, I'm Agustin Aon

A passionate Backend Developer from Argentina

aon

🔗  Connect with me

agustin-aon

✨  About Me

I am a Backend Developer with 2+ years of experience with an Electronics Engineering degree.

My story

I live in Mar del Plata, Argentina, one of the most beautiful cities in the world. I became interested in programming while building my engineering final project... and then I didn't stop.

Most of my leisure time is spent trying to learn new tech, watching cool YouTube videos and trying to make new projects.

🛠️  Languages and Tools

aws bash c cplusplus css3 django docker heroku express firebase flask git go heroku heroku html5 javascript jest kubernetes linux matlab mocha mongodb mysql nextjs nodejs postgresql python react redux solidity sqlite tailwind typescript

zero2prod's People

Contributors

aon avatar

Watchers

 avatar  avatar

zero2prod's Issues

RUSTSEC-2022-0077: `claim` is Unmaintained

claim is Unmaintained

Details
Status unmaintained
Package claim
Version 0.5.0
URL svartalf/rust-claim#12
Date 2022-12-04

The last release was in February 2021, almost two years ago.

The maintainer has been unresponsive regarding this crate for over a year.

A pending issue with claim's dependencies has made the crate difficul to use

Possible Alternative(s)

The below list has not been vetted in any way and may or may not contain alternatives;

  • claims, a direct fork of the claim crate

See advisory page for additional details.

RUSTSEC-2023-0001: reject_remote_clients Configuration corruption

reject_remote_clients Configuration corruption

Details
Package tokio
Version 1.19.2
URL GHSA-7rrj-xr53-82p7
Date 2023-01-04
Patched versions >=1.18.4, <1.19.0,>=1.20.3, <1.21.0,>=1.23.1
Unaffected versions <1.7.0

On Windows, configuring a named pipe server with pipe_mode will force ServerOptions::reject_remote_clients as false.

This drops any intended explicit configuration for the reject_remote_clients that may have been set as true previously.

The default setting of reject_remote_clients is normally true meaning the default is also overriden as false.

Workarounds

Ensure that pipe_mode is set first after initializing a ServerOptions. For example:

let mut opts = ServerOptions::new();
opts.pipe_mode(PipeMode::Message);
opts.reject_remote_clients(true);

See advisory page for additional details.

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.