Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test statique #6

Open
bbaudry opened this issue Jul 29, 2024 · 21 comments
Open

Test statique #6

bbaudry opened this issue Jul 29, 2024 · 21 comments

Comments

@bbaudry
Copy link
Member

bbaudry commented Jul 29, 2024

[FR] les tests statiques

if ((err = SSLHashSHA1.update(&hashCtx, &serverRandom)) != 0)
    goto fail;
if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0)
    goto fail;
    goto fail;

heartbleed bug, with gist

@bbaudry
Copy link
Member Author

bbaudry commented Sep 7, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 7, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 7, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 7, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 7, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 7, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 12, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 12, 2024

Google Java Style Guide

@bbaudry
Copy link
Member Author

bbaudry commented Sep 12, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 13, 2024

Rust Style Guide

@bbaudry
Copy link
Member Author

bbaudry commented Sep 13, 2024

Source Code Analysis Tools curated by owasp

@bbaudry
Copy link
Member Author

bbaudry commented Sep 13, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 13, 2024

sonarqube, en particulier analyse statique de bytecode Java

@bbaudry
Copy link
Member Author

bbaudry commented Sep 16, 2024

Pylint, Python static code analysis tool

@bbaudry
Copy link
Member Author

bbaudry commented Sep 16, 2024

pyright, static type checker for Python

@bbaudry
Copy link
Member Author

bbaudry commented Sep 23, 2024

spotbugs, uses static analysis to look for bugs in Java code
https://github.com/spotbugs/spotbugs

@bbaudry
Copy link
Member Author

bbaudry commented Sep 23, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 23, 2024

Coccinelle, outil d'analyse statique pour le noyau Linux

[FR] Coccinelle

@bbaudry
Copy link
Member Author

bbaudry commented Oct 8, 2024

Scaling Static Analyses at Facebook
https://cacm.acm.org/research/scaling-static-analyses-at-facebook/

@bbaudry
Copy link
Member Author

bbaudry commented Oct 8, 2024

Industry-leading semantic code analysis engine
https://codeql.github.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant