Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 675 Bytes

File metadata and controls

15 lines (11 loc) · 675 Bytes

OWASP WebGoat

A full Actions workflow can be found here

Common Issues

Scanning OWASP WebGoat can have some issues right out of the box where CodeQL might find very little or worse not find anything at all. This is due to the following:

  1. WebGoat uses JDK 17
  • Action uses JDK 8 by default
  1. Uses Project Lombok
  • Future support will be coming to CodeQL natively
  1. Dependencies are not all present in Dependency Graph