Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/179
That's a reasonable example. Could someone not just "blacklist" by
whitelisting though? I just mean that the whitelisting system is all regex
based. You could add negation to the whitelist and get rid of your troublesome
method:
```text
java\.lang\.Boolean\#(?!getBoolean\(String\)).*
```
That allows everything else on `Boolean` except `getBoolean(String)`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---