1、Dockerfile 设置 ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-Dspring.profiles.active=pro","-Duser.timezone=GMT+8","-jar","/app.jar"] ...
分类:
其他好文 时间:
2019-11-14 09:34:37
阅读次数:
92
<!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>登陆</title></head><body><!-- springSecurityDemo为 ...
分类:
其他好文 时间:
2019-11-14 00:15:39
阅读次数:
110
<dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <depende ...
分类:
其他好文 时间:
2019-11-14 00:13:34
阅读次数:
104
<?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/ ...
分类:
编程语言 时间:
2019-11-13 23:46:39
阅读次数:
79
系统的安全测试 1. 安全测试,什么是安全测试。安全性测试(Security test)它是指:在测试软件系统中对程序的危险防止和危险处理进行的测试,以验证其是否有效。 2. 安全性测试我们要做哪些工作呢? a.全面检验软件在软件需求规格说明中规定的防止危险状态措施的有效性和在每一个危险状态下的处理 ...
分类:
其他好文 时间:
2019-11-13 11:00:06
阅读次数:
163
connectionString https://www.connectionstrings.com/ connectionString="Data Source=.;Initial Catalog=TestDatabase;Integrated Security=SSPI" ...
分类:
其他好文 时间:
2019-11-13 00:41:07
阅读次数:
74
spring security框架提供的默认登录页面,会有一个name属性值为_csrf的隐藏域,这是框架在用户访问登录页面之前就生成的,保存在内存中,当用户提交表单的时候会跟着一起提交,然后会经过spring security框架配置文件中的CsrfFilter过滤器,检查表单提交的_csrf隐藏 ...
分类:
编程语言 时间:
2019-11-12 19:47:31
阅读次数:
332
本文简单介绍Docker安全扫描工具docker-bench-security。 ...
分类:
其他好文 时间:
2019-11-12 17:28:17
阅读次数:
227
ubuntu出现如下错误: { Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.15.0-42-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://land ...
分类:
其他好文 时间:
2019-11-12 13:34:38
阅读次数:
381
SELinux功能 SELinux(Security-Enhanced Linux) 是美国国家安全局(NSA)对于强制访问控制的实现,这个功能管理员又爱又恨,大多数生产环境也是关闭的做法,安全手段使用其他方法。 大多数ssh连接不上虚拟机,都是因为防火墙和selinux阻挡了 永久关闭方式: 1. ...
分类:
其他好文 时间:
2019-11-11 19:55:45
阅读次数:
106