Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this is to update psl version hope this works #1

Merged
merged 156 commits into from
Apr 10, 2019

Conversation

gailkaiser
Copy link

No description provided.

* More INVOKEDYNAMIC and lambda cleanup
* An ASM ClassVisitor that rewrites other ClassVisitor's to ignore Phosphor's methods
* Actually rewrite generic signatures (seemingly correctly) rather than null'ing them
…here the same taint keeps being added to the control tags.
…g.Control tracking now g. Control tracking now applies tags to exceptions at ATHROW
katherine-hough and others added 29 commits March 24, 2019 14:27
…onUID added to them by phosphor. Changed ReflectionMasker to hide this added sentinel and to hide the serialVersionUID if such a sentinel is present.
…ts2.jasper.compiler.Generator to write placeholder functions for all of the various phosphor methods that the class they generate may need to implement.
…ts2.jasper.compiler.Generator to generate abstract classes with a sentinel field that will tell phosphor to make the class concrete when instrumenting.
Added code to add a sentinel field to classes that have a serialVersi…
…ainted primitive parameter. The test for implicit tracking was originally failing. The test for non-implicit tracking was originally passing.

* Added tests to check calling Method.invoke for a method with an untainted primitive array parameter. Both the test for implicit tracking and non-implicit were originally passing.
* Added tests to check calling Method.invoke for a method with a tainted primitive parameter. Both the test for implicit tracking and non-implicit were originally failing.
* Added tests to check calling Method.invoke for a method with a tainted primitive array parameter. Both the test for implicit tracking and non-implicit were originally failing.
* Fixed reflection masking for implicit and non-implicit tracking when calling Method.invoke to ensure that Taints are preserved and that the type of each argument in the array of arguments correctly matches the parameter type.
* Added tests to check calling Method.invoke for a method with an unt…
…t ECJ Compiler instances use an error policy that ignores all compilation problems so that missing phosphor methods do not cause compilation failures to be reported.
…es that we have to use a side-list to store the Taint objects. Significantly improves performance for multi-taint with lots of tainted Long and Integer objects.
…ers, and instead use PhantomReferences with a queue.
…structor.newInstance. Fixed ReflectionMasker.fixAllArgs(Object[] in, Constructor c, boolean isObjTags) to ensure that taints are not lost.
…have properly. Fixed issues with constructors not being "untainted" before being checked for being autoTaint methods. Added failing test for constructor sinks causing "current frame's flags are not assignable to stack map frame's" due to flagThisUninit.
…r the call to super for sinks that are constructors.
@gailkaiser gailkaiser merged commit 71c2190 into Programming-Systems-Lab:master Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants