You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It occurs to me that for the most part, a product will want a very restricted set of whitelists, however it might need the ability to change them on a very temporary basis to load some trusted data.
It would be nice if the current thread could
try {
NotSoSerial.setThreadWhitelist(Set allowed);
NotSoSerial.setThreadBlacklist(Set denied);
}
finally {
NotSoSerial.clearThreadLists();
}
The text was updated successfully, but these errors were encountered:
It occurs to me that for the most part, a product will want a very restricted set of whitelists, however it might need the ability to change them on a very temporary basis to load some trusted data.
It would be nice if the current thread could
try {
NotSoSerial.setThreadWhitelist(Set allowed);
NotSoSerial.setThreadBlacklist(Set denied);
}
finally {
NotSoSerial.clearThreadLists();
}
The text was updated successfully, but these errors were encountered: