Skip to content

Commit

Permalink
Merge pull request #1558 from blacklanternsecurity/missed-rename
Browse files Browse the repository at this point in the history
looks like excavate missed the rename for _max_event_handlers
  • Loading branch information
liquidsec authored Jul 14, 2024
2 parents f8b77c7 + a859b4e commit 2c54b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/internal/excavate.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class excavateTestRule(ExcavateRule):
}
scope_distance_modifier = None

_max_event_handlers = 8
_module_threads = 8

parameter_blacklist = [
"__VIEWSTATE",
Expand Down

0 comments on commit 2c54b2d

Please sign in to comment.