Secure coding practices in java: Challenges and vulnerabilities

N Meng, S Nagy, D Yao, W Zhuang… - Proceedings of the 40th …, 2018 - dl.acm.org
The Java platform and its third-party libraries provide useful features to facilitate secure
coding. However, misusing them can cost developers time and effort, as well as introduce …

[图书][B] The CERT Oracle Secure Coding Standard for Java

F Long - 2012 - books.google.com
" In the Java world, security is not viewed as an add-on a feature. It is a pervasive way of
thinking. Those who forget to think in a secure mindset end up in trouble. But just because …

Low level security in Java

F Yellin - Proceedings of the Fourth International Conference on …, 1995 - dl.acm.org
The Java (tm) language allows Java-compatible Web browsers to download code fragments
dynamically and then execute those code fragments locally. However, users must be wary of …

Secure coding: building security into the software development life cycle

RL Jones, A Rastogi - Inf. Secur. J. A Glob. Perspect., 2004 - Taylor & Francis
Russell L. Jones and Abhinav Rastogi any of the security properties that are outlined
repeatedly in the newer regulations and standards can easily be side-stepped. Too often the …

[图书][B] Secure coding: principles and practices

M Graff, KR Van Wyk - 2003 - books.google.com
Practically every day, we read about a new type of attack on computer systems and
networks. Viruses, worms, denials of service, and password sniffers are attacking all types of …

[PDF][PDF] Security Challenges and Solutions in Java Application Development

B Vyas - Eduzone: International Peer Reviewed/Refereed …, 2023 - researchgate.net
Java is a widely used programming language for developing various types of applications,
from web and mobile applications to enterprise-level software. However, like any …

Jumping through hoops: Why do Java developers struggle with cryptography APIs?

S Nadi, S Krüger, M Mezini, E Bodden - Proceedings of the 38th …, 2016 - dl.acm.org
To protect sensitive data processed by current applications, developers, whether security
experts or not, have to rely on cryptography. While cryptography algorithms have become …

Use at your own risk: The java unsafe api in the wild

L Mastrangelo, L Ponzanelli, A Mocci, M Lanza… - ACM Sigplan …, 2015 - dl.acm.org
Java is a safe language. Its runtime environment provides strong safety guarantees that any
Java application can rely on. Or so we think. We show that the runtime actually does not …

[图书][B] Securing Java: getting down to business with mobile code

G McGraw, EW Felten - 1999 - dl.acm.org
McGraw and Felton provide an accessible overview of Java security issues. The first chapter
introduces problems related to mobile code security and approaches based on the sandbox …

User authentication and authorization in the Java/sup TM/platform

C Lai, L Gong, L Koved, A Nadalin… - … 15th Annual Computer …, 1999 - ieeexplore.ieee.org
Java/sup TM/security technology originally focused on creating a safe environment in which
to run potentially untrusted code downloaded from the public network. With the latest release …