Sidebar

appsec

appsec
appsec N7x 2 weeks ago 100%
Snyk prices are getting very high. Has anyone moved away from them? Which alternative did you choose?

Found this interesting list: https://list.latio.tech/ On the open source side, there is https://www.dependencytrack.org/

3
2
appsec
appsec Cerbokan 2 months ago 100%
Cerbos Hub out of beta

If you're interested in a way to implement Zero Trust principles like least-privilege access or make your access policies more granular without creating code bloat this is something to check out. Cerbos Hub externalizes application permissions (RBAC/ABAC) and makes it easier to write and maintain fine-grained access policies without falling into a slow doom spiral of spaghetti code. You write your policies in a central repo, and deploy as many containerized policy decision points as you need alongside the relevant services in your application. Policy checks are an API call. No single point of failure or lag issues. You can maintain and monitor distributed policy decision points from one place. Make changes in Hub once and the changes are deployed everywhere. It supports PDPs deployed in serverless environments, at the edge or on device. There's a collaborative policy playground to write and test your policies. It has a central audit log of all the policy decisions that take place across your application.

5
0
appsec
appsec N7x 7 months ago 100%
Recommended AppSec conferences in Europe?

cross-posted from: https://infosec.pub/post/8123190 > Hello everyone, > > > I work in appsec, my manager would like to send us to a conference this year. We are based in Europe, and the company would like to across intercontinental travel. > > I have OWASP Global 2024 in Lisbon on my radar, as well as the BlackHat EU in London, is there any other conference you guys would recommend?

3
0
appsec
appsec solidsnail 10 months ago 100%
It’s not a Feature, It’s a Vulnerability blog.solidsnail.com

cross-posted from: https://infosec.pub/post/5707149 > I talk about a report I've made to MSRC in the beginning of the year regarding vscode. > > It's a bit different. There's no in depth technical stuff, because I basically just reported the feature, not a bug.

3
0
appsec
appsec solidsnail 1 year ago 100%
From Terminal Output to Arbitrary Remote Code Execution https://blog.solidsnail.com/posts/2023-08-28-iterm2-rce

This is my first write-up, on a vulnerability I discovered in iTerm2 (RCE). Would love to hear opinions on this. I tried to make the writing engaging.

1
0
appsec
appsec mwguy 1 year ago 25%
New OWASP Cheet Sheet on Mobile Securty https://cheatsheetseries.owasp.org/cheatsheets/Mobile_Application_Security_Cheat_Sheet.html

# Mobile Application Security Cheat Sheet Mobile application development presents certain security challenges that are unique compared to web applications and other forms of software. This cheat sheet provides guidance on security considerations for mobile app development. It is not a comprehensive guide by any means, but rather a starting point for developers to consider security in their mobile app development. ## Architecture & Design ### 1. Secure by Design ...

-2
0
appsec
appsec N7x 1 year ago 100%
AppSec podcasts?

There is a nice list of Infosec podcasts here: https://infosec.pub/post/152754 What are your more specialized appsec recommendations?

1
0
appsec
appsec N7x 1 year ago 100%
DNS Analyzer - Finding DNS vulnerabilities with Burp Suite sec-consult.com

A brand-new Burp Suite extension for discovering DNS vulnerabilities in web applications.

1
0
appsec
appsec N7x 1 year ago 100%
Bypassing CSP via DOM clobbering portswigger.net

You might have found HTML injection, but unfortunately identified that the site is protected with CSP. All is not lost, it might be possible to bypass CSP using DOM clobbering, which you can now detect using DOM Invader! In this post we’ll show you how. We’ve based the test case on a bug bounty site, so you’re likely to encounter similar code in the wild. If you’re unfamiliar with DOM clobbering then head over to our Academy to learn about this attack class and solve the labs.

2
0