Trending

#securecoding

Latest posts tagged with #securecoding on Bluesky

Latest Top
Trending

Posts tagged #securecoding

Preview
Paged Out! Deeply technical zine. And it's free.

Nice new #infosec zine focused on #securecoding with an interesting formula where each article only takes one page

https://pagedout.institute

0 0 0 0
Post image

🔐 API Security ist Pflicht, kein Extra.
Lerne, wie du APIs sicher designst, OAuth2 richtig einsetzt und typische Schwachstellen vermeidest.
Jetzt Kurs entdecken:
entwickler.de/kurse/api-security/
#APISecurity #CyberSecurity #SecureCoding

0 0 0 0
Post image

Anthropic Debuts Claude Code Security
Read More: buff.ly/JuxB4t2

#Anthropic #ClaudeCode #SecureCoding #AIAppSec #DevSecOps #VulnerabilityScanning #EnterpriseSecurity #CyberInnovation

0 0 0 0
Post image

So amazing to see incredible friends at Wild West Hackin' Fest! Thank you Chad!!!

And thank you Black Hills for having me in to teach! #securecoding

2 0 0 0
BaseFortify CVE report page showing CVE-2026-21516 with CVSS 8.8 high severity and description of command injection in GitHub Copilot.

BaseFortify CVE report page showing CVE-2026-21516 with CVSS 8.8 high severity and description of command injection in GitHub Copilot.

The issue maps to CWE-77 (Command Injection).

Improper input neutralization can allow crafted input to modify intended system commands — potentially leading to remote code execution and system compromise.

#Infosec #SecureCoding #DevSecOps #Vulnerability #RCE

0 0 1 0
Close-up of a rustic, rusted padlock hanging on a weathered wooden door, symbolizing protection and security.

Close-up of a rustic, rusted padlock hanging on a weathered wooden door, symbolizing protection and security.

Explore how to transition to memory-safe languages for better security! Learn more: https://ow.ly/MexT50Y4LZH #EmbeddedSystems #MemorySafe #SoftwareSecurity #Cybersecurity #EmbeddedLinux #YoctoProject #CProgramming #CPlusPlus #RustLang #SystemsProgramming #SecureCoding #TechTrends

0 0 0 0
Preview
Newsletter Signup | Bsquared Intel Subscribe to our newsletters When signing up, you will be receiving three of our newsletters. Bsquared Intelligentsia: A bi-weekly cybersecurity & OSINT ...

Want more cybersecurity tips? Here's our newsletter signup link bsquaredintel.com/newsletter-s...

#TipTuesday #AI #SecureCoding #ProgrammingBestPractices #cybersecurity #BsquaredIntel

0 0 0 0
Preview
Why Secure Coding Ability Remains an Afterthought in Modern Hiring Pipelines

Why secure coding is ignored in hiring, how interview practices fail to detect risk, and what organizations must change to build safer software from day one. #securecoding

0 0 0 0
Just a moment...

Master #ASPNetCore security! Understand proper use of the [Authorize] attribute for secure authorization practices. Learn real-world techniques to prevent common mistakes and protect your app. #SecureCoding

0 0 0 0
Post image

AI Tools Make Coders More Important, Not Less hbr.org/2025/12/ai-t... #AI #AICoding #coders #AITools #cybersecurity #securecoding

1 0 0 0
Preview
AI code looks fine until the review starts - Help Net Security AI-assisted pull requests show higher rates of logic, security, and quality issues, adding risk and review burden for teams.

AI-assisted pull requests are accelerating development — but also introducing new review and trust challenges. Speed is great, assurance is essential. 🤖🧪 #SecureCoding #SecureAI

0 0 0 0
Video

We already run Secure Code Review on every build.
So why do VAPT again?
This comes up in almost every security talk.

It sounds logical until you look at how attackers think
This video explains why attacker focused testing still matters

#Briskinfosec #VAPT #SecureCoding

0 0 0 0
Post image

New React RSC Bugs Enable DoS Attacks
Click Here: buff.ly/mtPC7iA

#Cybersecurity #Infosec #React #WebSecurity #DoS #SourceCodeExposure #AppSec #DevSecOps #Vulnerability #SecureCoding #OpenSourceSecurity

0 0 0 0
Post image

MITRE Lists Top 25 Software Vulnerabilities
Read More: buff.ly/plFFsYX

#Cybersecurity #MITRE #CWE #SoftwareSecurity #SecureCoding #XSS #SQLInjection #AppSec #DevSecOps #Infosec #CyberAwareness

0 0 0 0

Elysia’s popularity comes from its strong typing and smooth integration with OpenAPI workflows. That same schema-driven behavior makes this vulnerability impactful when multiple standalone validations (#Zod, #TypeBox, #ArkType) touch the same fields.
#OpenAPI #TypeSafety #SecureCoding 🧵3/5

1 0 1 0
Keeping Secrets Out of Logs There's no silver bullet, but if we put some "lead" bullets in the right places, we have a good shot at keeping sensitive data out of logs.

This is such a good read on how secrets end up in logs and neat advice on how to prevent this by @reyes.sh: allan.reyes.sh/posts/keepin... #RecommendedRead #AppSec #SecureCoding

3 0 0 0
Comprehensive Guide to Client-Side Security Testing for Web Applications Learn how to test and remediate critical client-side vulnerabilities like DOM XSS, open redirects, CORS misconfigurations, and clickjacking in web apps.

Is your browser really safe? Learn how DOM XSS, open redirects, CORS flaws, and clickjacking put your apps at risk and how to stop them! #Cybersecurity #WebSecurity #ClientSideSecurity #EthicalHacking #WebAppSecurity #InfoSec #CyberAwareness #SecureCoding #SecurityTesting #FrontendSecurity #Cyberdef

0 0 0 0
Preview
GitHub - TikiTribe/claude-secure-coding-rules: Secure Coding Rules for Claude Code with a particular emphasis on AIML projects Secure Coding Rules for Claude Code with a particular emphasis on AIML projects - TikiTribe/claude-secure-coding-rules

Do you use #ClaudeCode and want it to be set up with #secureCoding best practises?

Then check this repo out

github.com/TikiTribe/cl...

2 0 0 0
Preview
DeepSeek AI Vulnerabilities Tied to Political Triggers Like ‘Tibet,’ ‘Uyghurs,’ or ‘Falun Gong’ Found by CrowdStrike Political keywords can cause DeepSeek AI to generate insecure code, highlighting security risks, new CrowdStrike research reveals.

Full report:
www.technadu.com/deepseek-ai-...

Follow us for more cybersecurity research & updates.
#CyberSecurity #DeepSeek #AICoding #SecureCoding #LLMSecurity #CrowdStrike

0 0 0 0
Post image

Classic SQL Inj Example: Query: "SELECT * FROM users WHERE username = '" + input + "'"; Input: ' OR '1'='1;-- Logs in as anyone. Fix: Use prepared statements like ? placeholders. #SecureCoding

0 0 0 0

Exploitation requires processing attacker-controlled filenames using the -c/--cmd option. If you rely on glob in automation, CI/CD, or developer tooling, updating is strongly recommended.
#SoftwareSecurity #DevSecOps #SecureCoding
🧵3/4

0 0 1 0
Preview
Secure Coding Practices: Developer's Guide to Application Security 2025 Master secure coding practices for 2025. Learn how to write secure code, prevent vulnerabilities, and implement development security best practices to protect your applications.

Writing code that works is easy. Writing code that won’t get hacked? That’s the skill. 🔐

Learn how secure coding practices are a game‑changer in 2025:
🌐 cyberphore.com/secure-coding...

#CyberPhore #SecureCoding #AppSec #DevSecOps #InfoSec #CodeSecure

0 0 0 0

Is your AI assistant a security liability? 🤖

We tested an LLM on a 2FA login. It produced code with critical flaws, confidently calling it "TRULY SECURE".

See the dangerous results for yourself.

#GenAI #Cybersecurity #SecureCoding #KloudCenter https://link.cedricthibault.cloud/VlfAsp

0 0 0 0
Video

How do you build up trust in a public GitHub Repository?

#cybersecurity
#githubsecurity
#SupplyChainSecurity
#securecoding

2 0 1 0

If you’re shipping self-contained or single-file apps:
Install the .NET update, recompile, and redeploy.
Don’t skip the rebuild — old binaries still carry the vulnerable code.
#WebSecurity #SecureCoding #DevSecOps #InfoSec
🧵4/5

0 0 1 0
Azure DevOps Logo
text reads: blog.read
Modernizing Authentication for Legacy Visual Studio Clients
Get the details

Azure DevOps Logo text reads: blog.read Modernizing Authentication for Legacy Visual Studio Clients Get the details

Time to upgrade your security game! We're modernizing authentication for legacy Visual Studio clients by moving away from older protocols like Basic and Alternate Authentication.

Learn what’s changing and how to prepare: msft.it/63323sfphS
#AzureDevOps #SecureCoding

2 0 0 0
Video

We’ve got three great webinars coming up next week, and there’s something for everyone! 🙌

✨ Register for one (or all three!) We can't wait to see you there!

Details in the 🧵

#Semgrep #AppSec #AI #DevSecOps #SAST #SecureCoding

0 0 1 0
Preview
Softwareprodukte sicher entwickeln mit OWASP SAMM Mit dem bevorstehenden Cyber Resilience Act (CRA) rückt das Thema sichere Softwareentwicklung einmal mehr ins Rampenlicht. Doch auch abseits von Regulatorik lohnt sich eine Beschäftigung damit für Teams und Unternehmen - doch wie ist passgenaue Security möglich?

🔐 Mit OWASP SAMM wird Sicherheit Teil Deiner Entwicklungs-DNA.
Erfahre, wie Organisationen Security strukturiert, messbar und praxisnah in den gesamten Software-Lifecycle integrieren.

👉 Jetzt mehr erfahren:
https://app.entwickler.de/syUsaEskmWb/

#OWASP #SAMM #SecureCoding #DevSecOps #bastacon

0 0 0 0
Video

OWASP Top Vulnerabilities 🔐💥.
#OWASPTop10 #CyberSecurity #WebSecurity #InjectionAttack #BrokenAuth #InsecureDesign #AppSec #Infosec #TechTips #SecureCoding

1 0 0 0