#securecoding kết quả tìm kiếm
🦇 The battle begins. Meet Promptgeist Prime – the LLM monster that poisons your data & flips your context. 🎥 Watch the teaser (no spoilers here!) 👉 Full walkthrough: youtu.be/ed_zZzkcL14 👾 Join #Cybermon2025 & prove your #securecoding skills. #LLMSecurity
Google’s CodeMender AI has fixed 70+ security flaws in open-source code—fast, autonomous, and proactive. Powered by Gemini models, it’s reshaping secure coding. Would you trust AI to patch your code? #AvmConsulting #CodeMender #SecureCoding #AIInnovation

🫶 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 💯



🛡️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

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
Stop Trusting Input: 3 RULES Thank you to ThreatLocker for sponsoring this video and my trip to Black Hat USA 2025. #securecoding #threatlocker #blackhat
#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
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

🎮 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
10,000+ secure code learning activities — powered by this crew. Here’s how we celebrated behind the scenes → #10KLessons #SecureCoding #Cybersecurity #WeAreSCW
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
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
👾 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
🚨 #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!
⏳ One week left! #Cybermon2025 arrives Oct 6. ⚡ Fun, fast, hands-on #SecureCoding activities 🕒 Just 20–30 mins per week 👾 New monsters every Monday Ready to battle? Learn more: ow.ly/HYJl50X3UuF #CyberSecurityAwarenessMonth
🦇 The battle begins. Meet Promptgeist Prime – the LLM monster that poisons your data & flips your context. 🎥 Watch the teaser (no spoilers here!) 👉 Full walkthrough: youtu.be/ed_zZzkcL14 👾 Join #Cybermon2025 & prove your #securecoding skills. #LLMSecurity
Google’s CodeMender AI has fixed 70+ security flaws in open-source code—fast, autonomous, and proactive. Powered by Gemini models, it’s reshaping secure coding. Would you trust AI to patch your code? #AvmConsulting #CodeMender #SecureCoding #AIInnovation

🛡️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
Today I used a technique that’s probably not widely known in the community. In what cases could code like this lead to a vulnerability? ->

Don't get caught out! Stay vigilant online and verify links before clicking. Your security matters! #CybersecurityAwareness #StatSafeOnline

Wardenize your profile picture and show that you are part of the @wardenprotocol family! 👾 Check it up: wardenize.replit.app

You can use <image onerror=alert() src> and firefox will normalize this to <img onerror=alert() src> which will help you to bypass certain XSS filters. #bugbounty #XSS #bugbountytip

Pic of the Day #infosec #cybersecurity #cybersecuritytips #pentesting #cybersecurityawareness #informationsecurity

Google’s CodeMender AI has fixed 70+ security flaws in open-source code—fast, autonomous, and proactive. Powered by Gemini models, it’s reshaping secure coding. Would you trust AI to patch your code? #AvmConsulting #CodeMender #SecureCoding #AIInnovation

Pic of the Day #cybersecurity #infosec #ethicalhacking #vulnerability #cybersecurity #cyber #security

Pic of the Day #infosec #cybersecurity #cybersecuritytips #pentesting #cybersecurityawareness #informationsecurity

Hackers 🔥 This code contains at least 2 serious vulnerabilities. Can you spot them? 😋 What would be your exploit? 🤔

Pic of the Day #infosec #cybersecurity #cybersecuritytips #pentesting #cybersecurityawareness #informationsecurity

Pic of the Day #infosec #cybersecurity #cybersecuritytips #pentesting #cybersecurityawareness #informationsecurity

🫶 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 💯



🧬🌺 i feel like by setting tags, i can determine if the pic has a sensitive attribute. model: #hibiscusmix_1172

🔓 SecretScanner Find secrets and passwords in container images and file systems github.com/deepfence/Secr… #infosec #pentesting #bugbounty

🛡️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

Bypassing antiviruses using simple encoding technique algorithm in PowerShell and Python scripts, credential extraction script for browsers #redteam #RedTeaming #BlueTeam #bugbountytips #bugbounty #Security #dfir #CyberSecurity #forensic




Something went wrong.
Something went wrong.
United States Trends
- 1. phil 32.4K posts
- 2. Columbus 191K posts
- 3. PHAN 55.5K posts
- 4. President Trump 1.21M posts
- 5. Middle East 298K posts
- 6. Thanksgiving 58.7K posts
- 7. Cam Talbot N/A
- 8. Brian Callahan 12.1K posts
- 9. #IndigenousPeoplesDay 15.1K posts
- 10. Azzi 9,992 posts
- 11. Titans 39.2K posts
- 12. Macron 234K posts
- 13. Vrabel 7,036 posts
- 14. #UFC323 4,274 posts
- 15. Cape Verde 23.2K posts
- 16. HAZBINTOOZ 7,287 posts
- 17. Cejudo 1,279 posts
- 18. Marc 53.5K posts
- 19. #DonnaAdelson N/A
- 20. Native Americans 16.1K posts