i2p.i2p icon indicating copy to clipboard operation
i2p.i2p copied to clipboard

I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is b...

Results 28 i2p.i2p issues
Sort by recently updated
recently updated
newest added

[Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon). The Gradle Java plugin allows you to run the compiler as a separate process by setting `options.fork = true`. This feature can lead to much less garbage collection...

With these, it's mostly sync'd with the current Debian sid package. All of them are harmless and should work for stretch.

Are there any plans on updating the docker image to support ARM? - Jason

I'm the maintainer for i2p on Gentoo and we [found an issue](https://bugs.gentoo.org/913176) when freshly installing the package. We are using there a split-install, having a directory in /usr/share/i2p for the...

line #22 // a NoSuchAlgorithmException } catch (NoSuchMethodError nsme) { // JamVM, gij try { Cipher cipher = Cipher.getInstance("AES/CBC/NoPadding"); The CBC mode used in javax.crypto.Cipher.getInstance does not provide integrity. Consided...

Unsanitized input from data from a remote resource flows into setHeader and reaches an HTTP header returned to the user. This may allow a malicious input that contain CR/LF to...

SSDPNotifyRequest ssdpReq = new SSDPNotifyRequest(); ssdpReq.setServer(UPnP.getServerName()); ssdpReq.setLeaseTime(dev.getLeaseTime()); ssdpReq.setLocation(devLocation); lines 661 , 664, ssdpReq.setUSN(serviceUSN); 686, ssdpReq.setUSN(devUSN); 711, dev.postSearchResponse(ssdpPacket, serviceNT, serviceUSN); 716, dev.postSearchResponse(ssdpPacket, serviceType, serviceUSN); Unsanitized input from data from a remote...

Open Redirect url = url.substring(0, qq); buf.append(url); if (q != null && q.length() > 0) buf.append(q.replace("&", "&")); // no you don't html escape the redirect header resp.setHeader("Location", buf.toString()); line #...

In light of the recent Floodfill router DDoS. Denial-of-service is an effective means of censorship and I can see attacks like this becoming a bigger concern on the network. Seeing...

if (_log.shouldLog(Log.INFO)) _log.info("Loaded total of " + totalAdds + " new trusted certificates"); try { SSLContext sslc = SSLContext.getInstance("TLS"); line:430 Implement secure HTTPS communication. Consider using latest TLSv1.2 instead of...