Skip to content

vulnerability suppresion server to test dependency-check hosted suppression configuration

Notifications You must be signed in to change notification settings

ftiercelin/SuppressionServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo server to test org.owasp.dependency-check-maven (jeremylong/DependencyCheck) configuration, e.g.:

    <suppressionFiles>
        <suppressionFile>http://localhost:8080/basic/suppressions.xml</suppressionFile>
    </suppressionFiles>
    <suppressionFileUser>my-username</suppressionFileUser>
    <suppressionFilePassword>my-secret-password</suppressionFilePassword> 

Several endpoinds are provided:

  • /bearer/suppressions.xml expects a Bearer auth, if not provided, replies with HTTP-401 and WWW-Authenticate: [Bearer realm="hosted suppressions"]
  • /basic/suppressions.xml expects a Basic auth, if not provided, replies with HTTP-401 and WWW-Authenticate: [Basic realm="hosted suppressions"]
  • /basic302/suppressions.xml expects a Basic auth, if not provided, replies with HTTP-302 and WWW-Authenticate: [Basic realm="hosted suppressions"]
  • /unauthenticated/suppressions.xml doesn't expect any auth

Notes:

About

vulnerability suppresion server to test dependency-check hosted suppression configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages