#securecoding 検索結果
Stop Trusting Input: 3 RULES Thank you to ThreatLocker for sponsoring this video and my trip to Black Hat USA 2025. #securecoding #threatlocker #blackhat
🫶 Huge thanks to @shehackspurple for joining us at #BlackHat booth 3261 yesterday! She spoke with attendees about her essential book: Alice & Bob Learn #SecureCoding. Go Tanya 💯



Vibe Coding Will Get You HACKED (Here's the Fix) Thank you to @ThreatLocker for sponsoring this video and my trip to Black Hat USA 2025! #blackhat #threatlocker #securecoding
🛡️Strengthen your #SecureCoding skills! Join the Workshop on Secure Coding Practices by STPI Thiruvananthapuram & LDRA 📅28 Oct 2025 | 🕙10 AM–4 PM 📍Technopark,Thiruvananthapuram Learn #CERTC standards, secure design, and compliance tools. #STPI #CyberSecurity #NCSAM2025 #LDRA

☕️ Java cumple 30 años y yo fui testigo desde el “Hello, World!” del SDK 1.2 Fui dev, arquitecto y también instructor certificado por Sun y Oracle. Java no solo cambió el desarrollo: Cambió mi vida. Gracias por 30 años de café, comunidad y código. #Java30 #SrJava #SecureCoding

#Securecode lovers! 👋 We've launched tons of new learning content & features on the SCW platform: AI Challenges, AI Security Rules on GitHub, Quests innovations, Vulnerability Insights & more. Ready to increase your #securecoding posture? Request a demo: ow.ly/aEkT50WQEsK
This is how you use SAST findings to upskill developers in security, right in your Claude IDE. Brought to you by @dryrunsec + @secdim #sast #training #securecoding
Security isn't something that happens TO your code—it's something that happens IN your code. The best developers take ownership of security from design through deployment. How do you make security part of your development identity? #SecureCoding #DeveloperOwnership #CodeQuality

What’s the #1 piece of advice Michael Howard gives developers about security? In this #OneDevQuestion, he explains why every input should be questioned. Learn more: msft.it/6017sOucJ #AppSec #SecureCoding
10,000+ secure code learning activities — powered by this crew. Here’s how we celebrated behind the scenes → #10KLessons #SecureCoding #Cybersecurity #WeAreSCW
🚨 #AICoding tools boost productivity but can hide security risks. Learn how to get complete visibility & control over AI-assisted coding to keep your software secure. Eliminate #ShadowAI risk & empower #SecureCoding! Read the blog: ow.ly/pOPt50X7Yhu
New AI Challenges! Step into an AI-powered workflow with Obi, your simulated coding assistant, and review, analyze, and secure generated code. 🎥 Demo below 👇 + try it today → ow.ly/8atH50WYVUE #SecureCoding #AppSec
🎙️ In this ConversingLabs clip, @shehackspurple discusses her newest book, Alice & Bob Learn #SecureCoding. 📚 Want a free, signed copy? Stop by #BlackHat booth 3261 on Aug 6 at 2pm to claim yours & meet Tanya!
👾 Just 11 days until #Cybermon2025 kicks off! This year brings Cybermon Prime – AI-powered boss levels for devs ready to level up. Are you up for the challenge? Learn more: ow.ly/CBsX50X1RG4 #AppSec #SecureCoding #CyberSecurityAwarenessMonth
🚀 It’s here! #Cybermon2025: The Age of AI starts today. 👾 Battle vulnerabilities ⚡ Conquer Cybermon Prime 🏆 Become a Cyberhero Join devs worldwide this #CyberSecurityAwarenessMonth. Where to find it: ow.ly/Ak0r50X7mVn #SecureCoding #AppSec
#FireSideChat What’s more important—perfect code or a secure foundation? 🔐 Hear what the expert says! 👉 Watch the complete video on our YouTube: youtu.be/OT3bi3MuDac #SecureCoding #CyberSecurity #DevTalks #InfoSec #CodeSmart #TechInsights #StaySafeOnline #CyberAwareness…
🎮 Countdown starts now: 20 days to go! #Cybermon2025: The Age of AI launches Oct 6. Face off against monsters inspired by real-world vulnerabilities & sharpen your #securecoding skills. #CyberSecurityAwarenessMonth
Is "whitelisted IPs" just the bouncer keeping unwanted hosts out at DigitalOcean's nightclub? Source: devhubby.com/thread/how-to-… #SecureCoding #Deployment #TechTips #CodeNewbie #digitalocean #set

🛡️Strengthen your #SecureCoding skills! Join the Workshop on Secure Coding Practices by STPI Thiruvananthapuram & LDRA 📅28 Oct 2025 | 🕙10 AM–4 PM 📍Technopark,Thiruvananthapuram Learn #CERTC standards, secure design, and compliance tools. #STPI #CyberSecurity #NCSAM2025 #LDRA

🚨 #AICoding tools boost productivity but can hide security risks. Learn how to get complete visibility & control over AI-assisted coding to keep your software secure. Eliminate #ShadowAI risk & empower #SecureCoding! Read the blog: ow.ly/pOPt50X7Yhu
Avoid insecure deserialization: never trust serialized objects from clients. Prefer safe formats (JSON), sign payloads, and whitelist types. #AppSec #Deserialization #SecureCoding #Pentesting




Want to learn all the best security features of Vue.js? Download my free cheat sheet and sign up for my newsletter at the same time! #vuejs #appsec #securecoding twp.ai/ImpwZv

Developers struggle with AI-generated code full of bugs & risks—CodeMender flips the script with autonomous, rock-solid security fixes that don’t break your app. This could change how we trust AI and protect our data forever #AIEthics #SecureCoding
🚀 It’s here! #Cybermon2025: The Age of AI starts today. 👾 Battle vulnerabilities ⚡ Conquer Cybermon Prime 🏆 Become a Cyberhero Join devs worldwide this #CyberSecurityAwarenessMonth. Where to find it: ow.ly/Ak0r50X7mVn #SecureCoding #AppSec
Never trust user input — even JSON. Always validate and sanitize using whitelists, not blacklists. Framework validation ≠ full protection. #CyberSecurityMonth #InputValidation #SecureCoding
🧠 Buffer Overflow — when a program writes more data than a buffer can hold, spilling into memory. It can crash apps or let attackers run code. Prevent with bounds checks, safe languages, ASLR & DEP. 🔒 #SecureCoding #InfoSec #CyberSecurity
🔐 SSDLCP Certification 🔐 🧩 Working on final touch-ups for assignments under CDAC & MeitY. 🐙 Github repo : github.com/suvrajeetbaner… #CyberSecurity #SSDLCP #SecureCoding
📂 Directory Traversal — attacker uses paths like ../ to access files outside the intended folder. ⚠️ Prevent with input validation, path canonicalization, and least-privilege file permissions. 🔒 #AppSecurity #InfoSec #SecureCoding
🧠 Buffer Overflow A program writes more data than a slot can hold, spilling into memory — can crash programs or let attackers run code. ⚠️ Prevent with: bounds checking, safe languages, ASLR, DEP, and regular code reviews. 🔒 #CyberSecurity #SecureCoding #InfoSec
💻 Help dev teams stay up to date on the OWASP Top 10 and secure coding practices for medical devices. Choose Nave Security for expert guidance. 🛡️👩💻 #OWASP #SecureCoding #MedTech #NaveSecurity

🫶 Huge thanks to @shehackspurple for joining us at #BlackHat booth 3261 yesterday! She spoke with attendees about her essential book: Alice & Bob Learn #SecureCoding. Go Tanya 💯



4. Code Quality vs Code Speed Yes, AI helps write more code quickly, but not always better code. The study found AI-written code had a higher chance of being inefficient or insecure if used blindly. Review remains essential. #CleanCode #SecureCoding #AIDevTools

☕️ Java cumple 30 años y yo fui testigo desde el “Hello, World!” del SDK 1.2 Fui dev, arquitecto y también instructor certificado por Sun y Oracle. Java no solo cambió el desarrollo: Cambió mi vida. Gracias por 30 años de café, comunidad y código. #Java30 #SrJava #SecureCoding

Security isn't something that happens TO your code—it's something that happens IN your code. The best developers take ownership of security from design through deployment. How do you make security part of your development identity? #SecureCoding #DeveloperOwnership #CodeQuality

Is "whitelisted IPs" just the bouncer keeping unwanted hosts out at DigitalOcean's nightclub? Source: devhubby.com/thread/how-to-… #SecureCoding #Deployment #TechTips #CodeNewbie #digitalocean #set

Attacking PHP Application Read more on our blog at blog.devsecopsguides.com/attacking-php Attacking NodeJS Application: Attacking APIs: Attacking Docker Container: #php #securecoding #appsec #devsecopsguides

Attacking Docker Container Read more on our blog at blog.devsecopsguides.com/attacking-dock… Attacking AWS: Secure Coding Cheatsheets: #docker #container #aws #cloud #bucket #ec2 #iam #appsec #devops #DevSecOps


Insecure (de)serialization in Go (encoding/gob) by overwriting a field that cause encoder to confuse, use a lot of CPU and result in stack-overflow. If you develop a backend service, you must choose Go, when you care about security. #securecoding #challenge #go

🛡️Strengthen your #SecureCoding skills! Join the Workshop on Secure Coding Practices by STPI Thiruvananthapuram & LDRA 📅28 Oct 2025 | 🕙10 AM–4 PM 📍Technopark,Thiruvananthapuram Learn #CERTC standards, secure design, and compliance tools. #STPI #CyberSecurity #NCSAM2025 #LDRA

Can you find the security vulnerability in this code? Take a look and share your thoughts in the comments #DevSecOps #AppSec #SecureCoding #LearnCybersecurity #CyberSyncHub #TechLiteracy #CyberSecurity

One does not simply patch security after deployment. Know how to secure code from the start with this ebook! ➡️ store.expliot.io/products/the-e… #infosec #securecoding #cybersecurity

🔐 Want to build secure Vue.js apps? In our latest blog, we’ve listed 5 essential security practices—from XSS prevention to safe data handling. 👇 🔗 resources.s4e.io/blog/5-essenti… #VueJS #CyberSecurity #SecureCoding #S4E #CTEM

#OnlineTraining 🚨 1 Day Left! Ready to build secure, AI-powered software? Join our certification program and get hands-on with AI Security & SSDLC essentials. 🔐 Learn. Build. Secure the future. 👉 Register now: docs.google.com/forms/d/e/1FAI… #SecureCoding #AIinSecurity…

#AIcoding tools are incredible helpers -- until attackers turn them against you. In @DEVOPSdigest, our CTO @mmadou explores how AI-assisted development can be exploited & why #securecoding practices are more important than ever: ow.ly/R1g850WyOvU

👩💻 Your daily npm pull may carry unexpected risks! The malicious npm attack impacted 18 packages with 2.6B downloads weekly. IT admins, find out how the infection propagates & steps to mitigate it. 🚨 #hacking #securecoding #NetworkSecurity #NPM bit.ly/4psy8ER

SecDim values community contributions. Challenges from AppSec Village at DEF CON 33 are featured in our Weekly Incident game for those missed it. Thanks again to @zi0Black and @Becojo for their contributions 👉 play.secdim.com/game/weekly-in… #appsec #programming #securecoding

Shifting left means catching vulnerabilities early, right in your DevOps pipeline. Find out how it strengthens your pipeline: blog.checkpoint.com/infinity-globa… #DevSecOps #SecureCoding #cybersecurity

Datei-Uploads in #Java sicher machen? Schütze dich vor: - CWE-22 (Path Traversal) - CWE-377 (Temp File Risks) - CWE-778 (Insufficient Logging) Baue mit @SvenRuppert & #Vaadin sichere Datei-Apps – inkl. NIO, Logging & Security-Fokus: javapro.io/de/erstellen-e… #SecureCoding #CWE

OWASP Secure Coding Practices Checklist👇 Link: 0xkayala.github.io/OWASP-Secure-C… #OWASPSecureCodingChecklist #OWASP #SecureCoding #Checklist #SecureCodingChecklist

🤩🤩🤩 ¡Hoy estás de suerte! "Desglosando el #SecureCoding 🖥️" Te contamos de qué se trata y cómo aplicarlo en tu empresa para una seguridad informática robusta. Esto en nuestro nuevo número ➡️ buff.ly/3PjR0oV

Something went wrong.
Something went wrong.
United States Trends
- 1. Chiefs 108K posts
- 2. Branch 33.3K posts
- 3. Mahomes 33.1K posts
- 4. #TNABoundForGlory 54.8K posts
- 5. Binance DEX 5,138 posts
- 6. Red Cross 37.3K posts
- 7. #LaGranjaVIP 69.2K posts
- 8. #LoveCabin 1,157 posts
- 9. LaPorta 10.7K posts
- 10. Rod Wave 1,267 posts
- 11. Bryce Miller 4,445 posts
- 12. Dan Campbell 3,857 posts
- 13. Goff 13.7K posts
- 14. #OnePride 6,383 posts
- 15. Kelce 16.6K posts
- 16. Butker 8,490 posts
- 17. Mariners 49.7K posts
- 18. #DETvsKC 4,973 posts
- 19. Eitan Mor 7,103 posts
- 20. Omri Miran 7,556 posts