Upcoming at OWASP
Quick access to our highlighted
flagship resources
flagship resources
See all flagship resources(15)
Have an idea for a project?
Take advantage of our resources and
let it grow with OWASP.
let it grow with OWASP.
';
html += getBoxContent(projects[bigpick], "box1");
html += getBoxContent(projects[pick2], "box2");
html += getBoxContent(projects[pick3], "box3");
html += '
';
$('.outer').html(html);
});
function getProjectMediaText(project) {
mediaret = ["unknown","unknown"]
for(ndx in gMedia){
if(project.url.indexOf(gMedia[ndx].repo) > -1){
mediaret[0] = gMedia[ndx].shortname;
mediaret[1] = gMedia[ndx].mediablurb;
break;
}
}
if(mediaret[0] == "unknown"){
alert(project.url);
}
return mediaret;
}
function getProjectContent(project, boxtype) {
pstitle = 'pstitle';
psdesc = 'psdesc';
psnav = 'psnav';
if(boxtype != 1){
pstitle += '2';
psdesc += '2';
psnav += '2';
}
media = getProjectMediaText(project)
var html = '' + project.type + '
';
html += '' + media[0] + '
'; // this needs to change to shortname
html += '' + media[1] + '
'; // this needs to change to shorttext once it exists
html += '';
return html;
}
function getBoxContent(project, box) {
var html = '';
boxtype = 1;
if(box == "box1"){
html += '
';
boxtype = 1;
} else {
html += '
';
return html;
}
';
if (box == "box2"){
boxtype = 2;
} else {
boxtype = 3;
}
}
html += getProjectContent(project, boxtype);
html += '
';
html += 'OWASP Juice Shop leadership changes & contributor recognition
![image](/assets/images/people/leader_bjoern.jpg)
OWASP Juice Shop proudly announces long-time contributor Jannik Hollenbach as co-project lead effective immediately! Additionally, we are enhancing and simplifying our contributor engagement & recognition. Read on to learn more about these changes and how you can get involved in the project!
...read moreRecent OWASP News & Opinions
- Lifecycle events are part of the secure supply chain, November 26, 2024
- More than a Password Day 2024, November 12, 2024
- A workaround for OWASP Foundation emails being blocked by Microsoft Office 365, October 30, 2024
- Securing React Native Mobile Apps with OWASP MAS, October 2, 2024
Upcoming Conferences
- OWASP Global AppSec EU 2025, May 26-30, 2025
- OWASP Global AppSec USA 2025 - Washington, DC, November 3-7, 2025
- OWASP Global AppSec USA 2026 - San Francisco, CA, November 2-6, 2026