Experiment with checking against *Android* Animal Sniffer signatures
See original GitHub issue…as opposed to just checking against “Java 6” and “Java 8.”
I somewhat doubt that we’d get much out of this (and it might even have drawbacks if it starts flagging types like Unsafe
?), but I wanted to record somewhere that I learned of this possibility.
I saw it in action in https://github.com/googleapis/google-http-java-client/blob/e957229fd77c08b7dd6233e2a243f6c675ba32bf/pom.xml#L515-L527
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Checking a project against API signatures - MojoHaus
When you run animal-sniffer against the above class using the JDK 1.4 signatures, you will get a build failure because java.util.concurrent.
Read more >How hackers could use Wi-Fi to track you inside your home
A new study from University of Chicago and University of California, Santa Barbara researchers finds that external attackers can use inexpensive ...
Read more >Custom pluggable types for ... - The Checker Framework Manual
Chapter 17 Signature String Checker for string representations of ... or compiled against, you should run the type-checkers for all the ...
Read more >Testing Guide - OWASP Foundation
the state of a system or application against a set of criteria. In the se- curity industry people frequently test against a set...
Read more >Untitled
Reams station battlefield, Musicao escudo, Lcd tv samsung vs sony 32 inch, ... animals, Feratelli porter, Disfraces de piconera, Pulmonary function test pdf ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Check out https://github.com/open-toast/gummy-bears - it provides android scents for API 19-30 and accounts for APIs “available” via desugaring (vs. android.jar)
Agreed: Guava targets API Level 15, so it will be a while before we have any problems.