black-hat-rust icon indicating copy to clipboard operation
black-hat-rust copied to clipboard

Applied offensive security with Rust - https://kerkour.com/black-hat-rust

Results 18 black-hat-rust issues
Sort by recently updated
recently updated
newest added

Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpki&package-manager=cargo&previous-version=0.22.0&new-version=0.22.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpki&package-manager=cargo&previous-version=0.22.0&new-version=0.22.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpki&package-manager=cargo&previous-version=0.22.0&new-version=0.22.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**make docker** docker build -t localhost/skerkour/ebook:latest . Sending build context to Docker daemon 16.38kB Step 1/12 : FROM ubuntu:latest ---> c6b84b685f35 Step 2/12 : RUN apt update ---> Using cache...

This webservice seems to be under fairly heavy pressure and a 5 second timeout will make this request fail most of the time. Because this request is only made once...

Hello! This pull request is not meant to merged. I just bought access to your black hat rust course, and I've been using rust for two years now but I...

Hey Sylvain, thanks for putting all the time and effort into writing this great book. 🙌 It‘s a truly exciting way to learn Rust. I‘ve spotted a tiny mistake in...

Looking at the very interesting crawler implementation in ch-05, i'm struggling with the fact that `async` block at `crawler.rs:137` does not need to be `move`. `queued_url` is `String` that is...