FCC响应式Web认证课程 我在完成FreeCodeCamp的响应式Web认证课程时编写的自学项目和FreeCodeCamp精通项目的源代码位于该存储库中。
2023-11-28 21:44:56 95KB 系统开源
1
可能每个人都曾经有过中病毒的经历,这就是一种安全问题。国际安全组织也会频繁发布CERT安全报告。 实际上,如果在编程时就考虑安全问题,那么你的程序在面对病毒等安全威胁时就会健壮得多。 本书是关于Java编码时应遵守的一些安全规范,当然不可能全做到,但了解一下,还是很有必要的。 An essential element of secure coding in the Java programming language is a well- documented and enforceable coding standard. The CERT Oracle Secure Coding Standard for Java provides rules for secure coding in the Java programming language. The goal of these rules is to eliminate insecure coding practices that can lead to exploitable vulnerabili- ties. The application of the secure coding standard leads to higher quality systems that are safe, secure, reliable, dependable, robust, resilient, available, and maintainable and can be used as a metric to evaluate source code for these properties (using manual or automated processes). This coding standard affects a wide range of software systems developed in the Java programming language.
2023-04-18 14:09:56 2.3MB Java 安全编码标准 CERT
1
The CERT Oracle Secure Coding Standard for Java(1e,Addison Wesley,2011).pdf
2023-02-15 18:02:04 2.68MB java secure coding web
1
ccnp-and-ccie-security-core-scor-350-701-official-cert-guide
2022-08-18 14:03:33 84.8MB ccnp ccie 350-701
1
由于第三方服务商更新服务器证书,导致向其推送数据出现SSL证书认证失败。 网上搜了一堆,都无法生效,最终找到了一个完美解决方案: 在代码层跳出SSL验证 1、观察异常日志信息如下: 2、新增跳过证书的类,TrustAllTrustManager.java,代码如下: public class TrustAllTrustManager implements javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager { @Override public java.security.cert.X509Certificate
2022-04-28 17:53:51 615KB al ALTER c
1
makecert -r -pe -n "CN=Server" -b 01/01/2015 -e 01/01/2055 -sky exchange -sv ServerPublicKey.pvk ServerPublicKey.cer -a sha256 -len 2048 pvk2pfx -pvk ServerPublicKey.pvk -spc ServerPublicKey.cer -pfx ServerPrivateKey.pfx -pi password makecert.exe pvk2pfx.exe
2022-04-25 18:00:14 42KB windows ssl cert
1
PDF清晰的原版,SEI CERTC Coding Standard Rules for Developing Safe, Reliable, and Secure Systems 2016 Edition
2022-02-09 15:40:44 3.36MB CERT C 2016
1
Cert_Updater_v1.6.exe Cert_Updater_v1.6.exe Cert_Updater_v1.6.exe
2022-01-18 10:00:43 1.61MB 111
1
美国计算机应急小组2008年10月推出的C语言安全编码标准,与MISRA C类似
2022-01-17 13:46:17 2.05MB CERT C
1
cert-manager-cainjector_v1.6.1.tar
2022-01-15 09:02:14 41.37MB 镜像
1