Leaking Implementation in Public API
See original GitHub issueA few APIs are leaking implementation
classes into public API.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
These hacks brought to you by leaky APIs - Synopsys
How to protect against leaky APIs · Change your password regularly, and don't use the same password for multiple accounts. · As recommended, ......
Read more >Leaky abstractions - APIDesign
When creating an API one is creating a facade, an abstractions over the internals of the API's implementation. Often the characteristics of ...
Read more >PII Leaks and Other Risks From Unsecure E-Commerce APIs
PII leakage creates opportunities for malicious actors to exploit the security flaws found in logistics API implementation and in the consumers ...
Read more >How to build APIs with the right abstraction: SOAP, REST ...
Leaky abstractions can be bad, especially in the context of APIs we expose to the world. Here are some thoughts on how to...
Read more >Resolve all implementation API leaks in public API #3610
There are some classes that are in the implementation package that are exposed through public API. They should be made public, or the...
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 Free
Top 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
Good catch - we need to update our checkstyle rule to catch this! And Sima, this needs to be resolved prior to shipping GA.
Fixed in #12504