James

Results 10 issues of James

Reading over: http://phpsecurity.readthedocs.org/en/latest/Input-Validation.html The example of checkIntegerRange seems bad, if you pass an array the is_string fails and is_int passes because of the explicit conversion. While this is safe, as...

It would be good to have the ability to simulate buffer bloat either with a total number of packets or buffer size, this makes it easier to design and implement...

It would be good to have a kubernetes helm chart for easy deployment inside Kubernetes.

Range range analysis was added in 3a9c80655 however it is not currently used, we need to determine what to do with this code, I have not done any investigation into...

dom: decompilation

When decompiling "Boomerang::get()->alert_decompiling(this);" is called more then once per prog, causing the progress bar to loop around on windows, and potentially other side effects on other platforms.

dom: gui
good first issue

Initial WIP for #246 Remaining work - [ ] Cleanup code (remove dummy prints in example) - [ ] Make it work

I have a bunch of fixes and improvements coming for future pushes, doing an overhaul of the way tests are run so then it can be verified what changed. TODO:...

When using `sq_writeclosure` with a closure that has default arguments these do not appear to get saved.

Currently when iterating a class with `sq_next` you get both fields and methods, there is no way to differentiate between what is a `_defaultvalues` from a class, the only way...

When iterating a class normal methods are shown but meta methods are not, it would be good to include both