- Extension ID
- What's new?
- Description
- Function Point, Quality and Sizing support
- CAST AIP compatibility
- Supported DBMS servers
- Supported Spring Security and Framework versions
- Prerequisites
- Download and installation instructions
- Packaging, delivering and analyzing your source code
- What results can you expect?
Target audience:
Users of the extension providing Spring Security rules.
Summary: This document provides information about the extension providing Spring Security rules.
Extension ID
com.castsoftware.springsecurity
What's new?
Please see Spring Security 1.2 - Release Notes for more information.
Description
In what situation should you install this extension?
This extension provides specific rules for the Spring Security technology. These rules are compliant with CWE and OWASP TOP 10 Standards for Security.
How to identify if an application is using Spring Security?
Check for the presence of the Spring Security Filter in the web.xml file:
<filter> <filter-name>springSecurityFilterChain</filter-name> <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class> </filter>
Check for a dependency of spring-security-web and spring-security-config in the pom.xml file:
<dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>${spring.version}</version> </dependency>
Function Point, Quality and Sizing support
- Function Points (transactions): a green tick indicates that OMG Function Point counting and Transaction Risk Index are supported
- Quality and Sizing: a green tick indicates that CAST can measure size and that a minimum set of Quality Rules exist
Function Points (transactions) | |
---|---|
Quality and Sizing |
CAST AIP compatibility
CAST AIP release | Supported |
---|---|
8.3.x | |
8.2.x |
Supported DBMS servers
This extension is compatible with the following DBMS servers:
DBMS | Supported |
---|---|
CSS | |
Oracle | |
Microsoft SQL Server |
Supported Spring Security and Framework versions
This extension is compatible with the following Spring Security and Framework versions:
Spring Security versions | 3.2.0 and above |
---|---|
Spring Framework versions | 3.2.0 and above |
Prerequisites
An installation of any compatible release of CAST AIP (see table above) |
Download and installation instructions
Please see:
The latest release status of this extension can be seen when downloading it from the CAST Extend server.
Packaging, delivering and analyzing your source code
Once the extension is downloaded and installed, there is nothing specific to do: analyze your source code with the JEE Analyzer and the rules will be triggered.
What results can you expect?
Once the analysis/snapshot generation has completed, you can view the results in the normal manner.
Structural rules
The following structural rules are provided: