#staticanalysis search results
🎥 Here’s a 45-minute YouTube tutorial on PHPStan. Contains most of what you need to know, rounded off with a nice little CI workflow. Early views and likes are always appreciated 🙏 Check it out here 👇 youtu.be/l6HkAYFBTJM #PHP #StaticAnalysis
Let's talk about static analysis - a term that might sound super complex, but it's really just a fancy way of saying: "Hey, let's check your code and make sure it's secure!" 🔐 How do YOU feel about static analysis? 😅 Share your thoughts! #StaticAnalysis #CodeSecurity #SAST💻
Brandon Wilson is now presenting at #Dyalog24, tackling one of APL’s unique challenges: verifying code correctness. Using the Co-dfns compiler, he’s developing a tool to analyse and specify properties of APL codebases. #APL #StaticAnalysis #CodeVerification #SoftwareDevelopment
From solo tooldev to Oracle’s kernel warrior—Dan Carpenter took his static-analysis wizardry, built Smatch from scratch to catch Linux kernel bugs, and brought that deep insight into Oracle’s tooling team. #Linux #StaticAnalysis #Oracle #PyConUganda #PyConUganda2025
Tai-e - An Easy-To-Learn/Use Static Analysis Framework For Java bit.ly/3DbY8xL #StaticAnalysis #Taie #TaintAnalysis #Techniques
Thanks to my github sponsors I can contribute to important projects of the #php ecosystem Focused on #staticanalysis tools and type-information of widely used projects I can make everyones job easier and more efficient Do my a favour and tell your boss to support my efforts :)
Awesome to see `Closure::getCurrent()` getting merged into core. We couldn't resist shipping it early! it's already implemented and ready to go in Mago! 🦀 github.com/carthage-softw… #php #staticanalysis #rust #mago
📣 This JUST got merged in #PHP a few minutes ago! It is currently challenging to deal with recursion in anonymous functions. Not anymore in PHP 8.5: the "Closure::getCurrent()" method fetches the current closure you're in 🚀 PR: github.com/php/php-src/pu… #phptips
Ghauri - An Advanced Cross-Platform Tool That Automates The Process Of Detecting And Exploiting SQL Injection Security Flaws#Pentesting kitploit.com/2023/01/ghauri… #StaticAnalysis #CyberSecurity #Infosec
We've just released a post explaining our static analysis tool for the Sway language: Sway-Analyzer 🌴 - lnkd.in/dAzkASEq - lnkd.in/dJxyutmp You can find the Sway-Analyzer here: github.com/ourovoros-io/s… #staticanalysis #fuel #sway #security #blockchain
🚨 ShadowMe #1 – Intro to Static Analysis (HAL-JHT) 💻 Pay What You Can! 💸 Start your malware analysis journey with hands-on labs! Learn to analyze malware safely using tools like DIE, pe-bear, pestudio, and CAPA. 🔗 labs.cyber5w.com/courses/083eed… #C5W #MalwareAnalysis #StaticAnalysis
🎤 Nic Wortel spoke at The Dutch PHP Conference! The talk 'Finding security vulnerabilities with static analysis' is now live!💪 🚀 🎥 Watch it here: buff.ly/MpEx2OY #dpc25 #staticanalysis #phpconference
New Codee Technical Debt Report 📑 ✔️Quantifies technical debt in modernizing legacy code by assessing refactoring needs. The score is based on constructs needing updates and identifies impacted files, functions, and loops. #Fortran #modernization #staticanalysis
In this blog post, David Svoboda explains how the new open source tool Redemption uses automated code repair technology to fix #staticanalysis alerts, the kinds of errors Redemption can repair, how the tool works, and what’s next for its development: insights.sei.cmu.edu/blog/redemptio…
Join us July 18th to explore the transformative power of static code analysis. Led by Qt Group's Dan Caruso, you'll gain unique insights to produce higher-quality commits effortlessly. Register today qt.io/events/enhanci… #softwarequalityassurance #development #staticanalysis
😎📷Don't miss Jamie Coleman at Java Day Istanbul, discussing how static analysis tools make you a superhero programmer! Discover how they empower devs for a secure, maintainable, efficient world. #javdayistanbul #staticanalysis #superheroprogrammer @Jamie_Lee_C 🚀
Welp, no release is perfect! 😅 Mago beta.9 is out with HUGE improvements to ::class analysis! ...and we immediately followed it up with beta.10 to fix a bug we introduced. ✨ Beta 9: github.com/carthage-softw… 🩹 Beta 10: github.com/carthage-softw… #PHP #Mago #StaticAnalysis
Check out this constructors in inheritance article from @EmekaIloba 🔥 I’ve been using #PHP for a few years and I still have to check my subclass constructors. Timothy explains it really nicely here 💡 medium.com/@timothyiloba/… #PHP #StaticAnalysis
Do you want to talk about #cleancode #staticanalysis #iac #terraform #docker #kubernetes #secrets or just the next 4th of April futbol match in #Paris ? Come to @sonarsource booth G27 at #kubecon2024
Your #IDE spots errors before you even hit run. But HOW? Explore the hidden world of #StaticAnalysis — where grammars, parse trees & #ASTs rule. @martin_fmi breaks it all down. Read: javapro.io/2025/02/04/the… #ANTLR #JavaParser #EclipseJDT #JavaCC @ljcjug @dgomezg @dchuyko @xeraa
Code review capabilities: Claude reads like a senior engineer—catches logic flaws, suggests architectural improvements. GPT-4 focuses on syntax and best practices. Copilot Chat highlights quick wins. Different depths of analysis. 📝 #CodeReview #StaticAnalysis #BestPractices…
Mago 1.0.0-beta.27 is live! 🎉 This is a huge community release, headlined by the new `no-redundant-use` rule with a powerful auto-fix to clean up your imports. github.com/carthage-softw… #PHP #Linter #StaticAnalysis
GitHub - ludo-technologies/pyscn: pyscn - An Intelligent Python Code Quality Analyzer #PythonCodeQuality #StaticAnalysis #SoftwareDevelopment Article Highlights kontxt.io/document/d/yGY…
Mago 1.0.0-beta.26 is out! 🚀 A huge release focused on correctness. The analyzer is now much smarter with traits, generics, callables, and self return types. Release notes: github.com/carthage-softw… #PHP #Mago #StaticAnalysis
Mago 1.0.0-beta.23 is out! 🚀 This is a huge release for the linter, adding a powerful set of new rules with a major focus on #WordPress security & best practices. Release notes: github.com/carthage-softw… #PHP #StaticAnalysis
github.com
Release Mago 1.0.0-beta.23 · carthage-software/mago
Mago 1.0.0-beta.23 This release introduces a powerful new set of linter rules with a major focus on WordPress security and best practices. It also includes a fundamental correctness fix for how sho...
Mago v1.0.0-beta.22 is out! 🚀 PHP template analysis is now much better: <?= $var ?> is no longer an "unused" error and @\var before ?> works! Also includes a new `--colors` flag and smarter baseline commands. github.com/carthage-softw… #PHP #StaticAnalysis #Mago
Mago 1.0.0-beta.18 is here! 🚀 This release is packed with analyzer correctness fixes and improvements as we get closer to a stable release. Check out what's new: github.com/carthage-softw… #PHP #StaticAnalysis #Mago
Mago v1.0.0-beta.15 is out! 🪄 The analyzer now has support for @\method and @\property docblocks! This release also includes a ton of stability fixes for the formatter, improving output for complex code. Release notes: github.com/carthage-softw… #PHP #StaticAnalysis #Mago
🎤 Nic Wortel spoke at The Dutch PHP Conference! The talk 'Finding security vulnerabilities with static analysis' is now live!💪 🚀 🎥 Watch it here: buff.ly/MpEx2OY #dpc25 #staticanalysis #phpconference
🎤 Nic Wortel spoke at Webdevcon! The talk 'Finding security vulnerabilities with static analysis' is now live!💪 🚀 🎥 Watch it here: webdevcon.nl/session/findin… #wdc25 #staticanalysis #webdevcon
That was fast! 🚀 Mago 1.0.0-beta.12 is here with some big analyzer fixes! Now with support for recursive closures and array unpacking on all iterables! Check out all the improvements: github.com/carthage-softw… #PHP #StaticAnalysis #Mago
github.com
Release Mago 1.0.0-beta.12 · carthage-software/mago
Mago 1.0.0-beta.12 This release is packed with major improvements to the static analyzer, focusing on enhanced type inference for arrays, closures, and ArrayAccess objects. We've also added sup...
Mago 1.0.0-beta.11 is now live! 🚀 Packed with major bug fixes for array analysis and new features like flexible config levels. github.com/carthage-softw… #PHP #Mago #StaticAnalysis
github.com
Release Mago 1.0.0-beta.11 · carthage-software/mago
Mago 1.0.0-beta.11 This release introduces support for new PHP features, adds stubs for the php-decimal extension, and fixes several bugs in type inference and assertion logic. 🚀 Features Flexible...
Mago 1.0.0-beta.11 is now live! 🚀 Packed with major bug fixes for array analysis and new features like flexible config levels. github.com/carthage-softw… #PHP #Mago #StaticAnalysis
github.com
Release Mago 1.0.0-beta.11 · carthage-software/mago
Mago 1.0.0-beta.11 This release introduces support for new PHP features, adds stubs for the php-decimal extension, and fixes several bugs in type inference and assertion logic. 🚀 Features Flexible...
🔍 MLBridge code quality tools: • Static analysis with TypeScript • Code complexity metrics • Dead code elimination • Import organization automation Clean, maintainable code! 🧹 #CodeQuality #StaticAnalysis #MLBridge
Welp, no release is perfect! 😅 Mago beta.9 is out with HUGE improvements to ::class analysis! ...and we immediately followed it up with beta.10 to fix a bug we introduced. ✨ Beta 9: github.com/carthage-softw… 🩹 Beta 10: github.com/carthage-softw… #PHP #Mago #StaticAnalysis
REWIRE uses Static Application Security Testing (SAST) on source code to find weaknesses before the software is even compiled. It's like a spell-check for security flaws.#StaticAnalysis #SecureCode #AppSec #REWIRE_EU
EMBA analyzer in action for firmware static analysis @securefirmware great job .. #staticanalysis #firmware #security
From solo tooldev to Oracle’s kernel warrior—Dan Carpenter took his static-analysis wizardry, built Smatch from scratch to catch Linux kernel bugs, and brought that deep insight into Oracle’s tooling team. #Linux #StaticAnalysis #Oracle #PyConUganda #PyConUganda2025
#SoftwareDevelopment #CyberSecurity, #StaticAnalysis #DevOps #WeAreBlackDuck #SDLC #AppSec #SCA #SAST #IAST #DAST #Defensics #Channelpartners #IACodes #channelsales bit.ly/4lMONkm
Let's talk about static analysis - a term that might sound super complex, but it's really just a fancy way of saying: "Hey, let's check your code and make sure it's secure!" 🔐 How do YOU feel about static analysis? 😅 Share your thoughts! #StaticAnalysis #CodeSecurity #SAST💻
🎥 Here’s a 45-minute YouTube tutorial on PHPStan. Contains most of what you need to know, rounded off with a nice little CI workflow. Early views and likes are always appreciated 🙏 Check it out here 👇 youtu.be/l6HkAYFBTJM #PHP #StaticAnalysis
A #PHP project with the right static analysis feels way better than without it. Especially if it is @phpstan. I really like all the functionality it provides, especially custom rules and flexible ignoring in configuration. #StaticAnalysis #tools #PHPStan
Tai-e - An Easy-To-Learn/Use Static Analysis Framework For Java bit.ly/3DbY8xL #StaticAnalysis #Taie #TaintAnalysis #Techniques
During the Infer Workshop at #PLDI2024 today (11:30 CEST), @jvanegue, Head of Infrastructure & Security Research in our CTO Office, will report on his experience evaluating @fbinfer, the #opensource #staticanalysis framework for security bug finding bloom.bg/3xrcCtM
I am 3rd winner at @LaravelAhm quiz created by @MrPunyapal . This quiz contains question related to #phpstan #staticanalysis and #typesafety. Happy 😊 to be part of this amazing #laravel Community.
Ghauri - An Advanced Cross-Platform Tool That Automates The Process Of Detecting And Exploiting SQL Injection Security Flaws#Pentesting kitploit.com/2023/01/ghauri… #StaticAnalysis #CyberSecurity #Infosec
Brandon Wilson is now presenting at #Dyalog24, tackling one of APL’s unique challenges: verifying code correctness. Using the Co-dfns compiler, he’s developing a tool to analyse and specify properties of APL codebases. #APL #StaticAnalysis #CodeVerification #SoftwareDevelopment
Thank you so much to all who made MSR4P&S possible, specially to the authors for their engaging presentations on #privacy #security #staticanalysis #sbomsecurity #threatmodeling and so much more! Proceedings will be online soon! Stay tuned! 🙌 @SANERconf
Level up your code with static analysis tools that guarantee safety and reliability. Read more to discover the top 5 tools of 2025. 🔍 : bit.ly/4fSF1ct #TechTimes #StaticAnalysis
In this blog post, David Svoboda explains how the new open source tool Redemption uses automated code repair technology to fix #staticanalysis alerts, the kinds of errors Redemption can repair, how the tool works, and what’s next for its development: insights.sei.cmu.edu/blog/redemptio…
Join us July 18th to explore the transformative power of static code analysis. Led by Qt Group's Dan Caruso, you'll gain unique insights to produce higher-quality commits effortlessly. Register today qt.io/events/enhanci… #softwarequalityassurance #development #staticanalysis
Meet LLMSA: A Compositional Neuro-Symbolic Approach for Compilation-Free, Customizable Static Analysis with Reduced Hallucinations itinai.com/meet-llmsa-a-c… #StaticAnalysis #AI #SoftwareDevelopment #NeuroSymbolic #Innovation #ai #news #llm #ml #research #ainews #innovation #art…
Boost productivity and collaboration in software verification with TrustInSoft Project Manager. Configure, reuse, and report all in one user-friendly interface. Watch the demo now to learn more: bit.ly/4i7UA2c 🛠️ #SoftwareDevelopment #StaticAnalysis
Something went wrong.
Something went wrong.
United States Trends
- 1. LINGORM HER AND HERS FANCON 107K posts
- 2. #BUNCHITA 1,450 posts
- 3. Frankenstein 80.9K posts
- 4. Tulane 4,424 posts
- 5. #SmackDown 47.1K posts
- 6. taylor york 8,536 posts
- 7. Giulia 15.2K posts
- 8. Supreme Court 183K posts
- 9. Aaron Gordon 4,634 posts
- 10. #TheLastDriveIn 4,004 posts
- 11. #River 4,630 posts
- 12. Russ 14.2K posts
- 13. #TheFutureIsTeal N/A
- 14. Justice Jackson 5,923 posts
- 15. Connor Bedard 3,137 posts
- 16. Gozyuger 1,961 posts
- 17. Tatis 2,178 posts
- 18. Scott Frost N/A
- 19. Pluribus 31.1K posts
- 20. Northwestern 5,113 posts