Skip to content

Providing helpful security controls to write secure code

License

Notifications You must be signed in to change notification settings

danechitoaie/SLD4J

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLD4J

Maven Central

SLD

The Secure Libraries for Developers project ("SLD") is a multi-language project to provide helpful security controls that aid developers and engineers in writing secure code. Every control is designed to be "secure-by-default" and wherever possible "secure-no-matter-what".

SLD4J

The SLD Java project has two primary kinds of controls: those that thinly wrap default-insecure objects to make them secure and those that are utility controls to solve a difficult security problem.

Installation

Maven Central

Use the following coordinates

<groupId>com.salesforce.sld4j</groupId>
<artifactId>sld4j</artifactId>

List of Controls

Control Description
SecureEncoder/SecureFilter This pair of controls provides a set of context-based character modifiers that allow application developers to sanitize application data for safe output or processing.

License

Please see the License.txt file

About

Providing helpful security controls to write secure code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%