blacklanternsecurity / badsecrets

A library for detecting known secrets across many web frameworks
GNU General Public License v3.0
517 stars 44 forks source link

using custom keys causes errors on some modules #101

Closed liquidsec closed 10 months ago

liquidsec commented 11 months ago

jsf_viewstate module complains when laravel keys are used, as it is trying to base64 decode the entire value. Laravel keys are in the format base64:

liquidsec commented 10 months ago

should be fixed in https://github.com/blacklanternsecurity/badsecrets/pull/105