SWEN-331: Engineering Secure Software Benjamin S Meyers
Deployment & Distribution
Engineering Secure Software
Last Revised: November 6, 2020 1
Deployment & Distribution Engineering Secure Software Last - - PowerPoint PPT Presentation
Deployment & Distribution Engineering Secure Software Last Revised: November 6, 2020 SWEN-331: Engineering Secure Software Benjamin S Meyers 1 SE Doesnt End at Release Deployment counts too Despite our best efforts to produce
SWEN-331: Engineering Secure Software Benjamin S Meyers
Last Revised: November 6, 2020 1
SWEN-331: Engineering Secure Software Benjamin S Meyers
2
SWEN-331: Engineering Secure Software Benjamin S Meyers
3
SWEN-331: Engineering Secure Software Benjamin S Meyers
4
SWEN-331: Engineering Secure Software Benjamin S Meyers
5
SWEN-331: Engineering Secure Software Benjamin S Meyers
6
SWEN-331: Engineering Secure Software Benjamin S Meyers
7
SWEN-331: Engineering Secure Software Benjamin S Meyers
8
r45545 r45546 1.0 Release /branches/1.0 Upstream /trunk
SWEN-331: Engineering Secure Software Benjamin S Meyers
9
r45545 r45546 1.0 Release /branches/1.0 Upstream /trunk Vulnerability
SWEN-331: Engineering Secure Software Benjamin S Meyers
10 10
r45545 r45546 1.0 Release /branches/1.0 Upstream /trunk Vulnerability
Security Response Team
Patch
SWEN-331: Engineering Secure Software Benjamin S Meyers
11 11
r45545 r45546 1.0 Release /branches/1.0 Upstream /trunk Vulnerability
Security Response Team Configuration Coordinator
Patch
SWEN-331: Engineering Secure Software Benjamin S Meyers
12 12
r45545 r45546 1.0 Release /branches/1.0 Upstream /trunk r45547 Vulnerability
Security Response Team Configuration Coordinator
1.1 Patch
SWEN-331: Engineering Secure Software Benjamin S Meyers
13 13
r45545 r45546 1.0 Release /branches/1.0 Upstream /trunk r45547 Vulnerability
Security Response Team Configuration Coordinator
1.1 Patch
SWEN-331: Engineering Secure Software Benjamin S Meyers
14 14
SWEN-331: Engineering Secure Software Benjamin S Meyers
15 15
Source: gis.stackexchange.com/
SWEN-331: Engineering Secure Software Benjamin S Meyers
16 16
SWEN-331: Engineering Secure Software Benjamin S Meyers
17 17
SWEN-331: Engineering Secure Software Benjamin S Meyers
18 18
// These permissions apply to the server startup code grant codeBase “file:${catalina.home}/bin/bootstrap.jar” { permission java.security.AllPermission; }; permission java.util.PropertyPermission “java.home”, “read”; permission java.util.PropertyPermission “java.naming.*”, “read”; permission java.util.PropertyPermission “javax.sql.*”, “read”;
SWEN-331: Engineering Secure Software Benjamin S Meyers
19 19
// All JSP’s need to be able to read this package permission java.lang.RuntimePermission “accessClassInPackage.org.apache.tomcat”; permission java.util.logging.LoggingPermission “control”; permission java.io.FilePermission “${java.home}${file.separator}conf${file.separator}logging.properties”, “read”;
SWEN-331: Engineering Secure Software Benjamin S Meyers
20 20