#staticanalysis نتائج البحث
🎥 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
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
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 :)
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
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
🎤 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
🚨 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
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…
😎📷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 🚀
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
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
New Codee ROI Report 📑 This analysis underscores the tangible benefits Codee brings to the development process, not only in terms of savings in development effort but also in realizing significant cost efficiencies for the organization. #Fortran #modernization #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
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
I am very happy to share that our paper “Rigorous Floating-Point round-off error analysis with PRECiSA 4.0” has been accepted to FM24! Can’t wait to be in Milan @FMsymp ✈️ #formalmethod #nasa #staticanalysis
🧠 #CyberTriviaFriday Answer: ✔️ B – Perform a static analysis Static analysis = scanning code without running it. Great for catching hidden malicious code! #Cybersecurity #StaticAnalysis #AdvanceMentor
Catch bugs before they bite 🐞 Learn how PHP static analysis with PHPStan makes your Laravel code cleaner, safer, and easier to maintain. 🔗 Read: buff.ly/7MHYaSn #PHP #Laravel #StaticAnalysis #PHPStan #CodeQuality #DevTools
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…
kontxt.io
GitHub - ludo-technologies/pyscn: pyscn - An Intelligent Python Code Quality Analyzer
null
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
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
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
🧠 #CyberTriviaFriday Answer: ✔️ B – Perform a static analysis Static analysis = scanning code without running it. Great for catching hidden malicious code! #Cybersecurity #StaticAnalysis #AdvanceMentor
#SoftwareDevelopment #CyberSecurity, #StaticAnalysis #DevOps #WeAreBlackDuck #SDLC #AppSec #SCA #SAST #IAST #DAST #Defensics #Channelpartners #IACodes #channelsales bit.ly/4lMONkm
🎥 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
EMBA analyzer in action for firmware static analysis @securefirmware great job .. #staticanalysis #firmware #security
Tai-e - An Easy-To-Learn/Use Static Analysis Framework For Java bit.ly/3DbY8xL #StaticAnalysis #Taie #TaintAnalysis #Techniques
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💻
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
Как работает статический анализ? Обзорная статья о том, что лежит в основе работы статических анализаторов кода. pvs-studio.ru/ru/blog/posts/… #staticanalysis #staticcodeanalysis #codeanalysis #SAST #dataflow #taintchecking
Write safer Ballerina code with the Scan Tool! Detect bugs, vulnerabilities & code smells—without executing code. Bonus: It works with @SonarQube too! 👉 tinyurl.com/383p6ry9 #BallerinaLang #CodeQuality #StaticAnalysis #SonarQube
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
Check out PMD 🔍 "An extensible multilanguage static code analyzer" github.com/pmd/pmd #java #StaticAnalysis #OpenSource
🎤 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
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 :)
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Florida 96.6K posts
- 2. Texas 165K posts
- 3. #SmallBusinessSaturday 1,657 posts
- 4. Ohio State 23.9K posts
- 5. Good Saturday 31.6K posts
- 6. Kentucky 13.2K posts
- 7. Kentucky 13.2K posts
- 8. Go Blue 6,058 posts
- 9. Go Bucks 1,872 posts
- 10. #스키즈_MAMA_AOTY_축하해 10.1K posts
- 11. #MeAndTheeSeriesEP3 997K posts
- 12. #StrayKidsAtMAMA2025 8,985 posts
- 13. Buckeyes 3,844 posts
- 14. Gameday 12.5K posts
- 15. #SaturdayVibes 3,367 posts
- 16. SKZ KARMA OF THE YEAR 9,309 posts
- 17. Georgia 49.9K posts
- 18. The Game 790K posts
- 19. TV Guide N/A
- 20. Successful 79.4K posts