@@ -77,7 +77,7 @@ <h2>Sensitive Code Example</h2>
7777</ pre >
7878< h2 > Compliant Solution</ h2 >
7979< p > Use instead these clients from < a href ="https://commons.apache.org/proper/commons-net/ "> Apache commons net</ a > and < a
80- href ="http ://www.jcraft. com/jsch/ "> JSch/ssh </ a > library:</ p >
80+ href ="https ://github. com/mwiede/jsch "> JSch</ a > library:</ p >
8181< pre >
8282JSch jsch = JSch();
8383
@@ -145,27 +145,27 @@ <h3>Standards</h3>
145145 Communication</ a > </ li >
146146 < li > CWE - < a href ="https://cwe.mitre.org/data/definitions/200 "> CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor</ a > </ li >
147147 < li > CWE - < a href ="https://cwe.mitre.org/data/definitions/319 "> CWE-319 - Cleartext Transmission of Sensitive Information</ a > </ li >
148- < li > STIG Viewer - < a href ="https://stigviewer.com/stig /application_security_and_development/2023-06-08 /finding/V-222397 "> Application Security and
148+ < li > STIG Viewer - < a href ="https://stigviewer.com/stigs /application_security_and_development/2024-12-06 /finding/V-222397 "> Application Security and
149149 Development: V-222397</ a > - The application must implement cryptographic mechanisms to protect the integrity of remote access sessions. </ li >
150- < li > STIG Viewer - < a href ="https://stigviewer.com/stig /application_security_and_development/2023-06-08 /finding/V-222534 "> Application Security and
150+ < li > STIG Viewer - < a href ="https://stigviewer.com/stigs /application_security_and_development/2024-12-06 /finding/V-222534 "> Application Security and
151151 Development: V-222534</ a > - Service-Oriented Applications handling non-releasable data must authenticate endpoint devices via mutual SSL/TLS. </ li >
152- < li > STIG Viewer - < a href ="https://stigviewer.com/stig /application_security_and_development/2023-06-08 /finding/V-222562 "> Application Security and
152+ < li > STIG Viewer - < a href ="https://stigviewer.com/stigs /application_security_and_development/2024-12-06 /finding/V-222562 "> Application Security and
153153 Development: V-222562</ a > - Applications used for non-local maintenance must implement cryptographic mechanisms to protect the integrity of
154154 maintenance and diagnostic communications. </ li >
155- < li > STIG Viewer - < a href ="https://stigviewer.com/stig /application_security_and_development/2023-06-08 /finding/V-222563 "> Application Security and
155+ < li > STIG Viewer - < a href ="https://stigviewer.com/stigs /application_security_and_development/2024-12-06 /finding/V-222563 "> Application Security and
156156 Development: V-222563</ a > - Applications used for non-local maintenance must implement cryptographic mechanisms to protect the confidentiality of
157157 maintenance and diagnostic communications. </ li >
158- < li > STIG Viewer - < a href ="https://stigviewer.com/stig /application_security_and_development/2023-06-08 /finding/V-222577 "> Application Security and
158+ < li > STIG Viewer - < a href ="https://stigviewer.com/stigs /application_security_and_development/2024-12-06 /finding/V-222577 "> Application Security and
159159 Development: V-222577</ a > - The application must not expose session IDs. </ li >
160- < li > STIG Viewer - < a href ="https://stigviewer.com/stig /application_security_and_development/2023-06-08 /finding/V-222596 "> Application Security and
160+ < li > STIG Viewer - < a href ="https://stigviewer.com/stigs /application_security_and_development/2024-12-06 /finding/V-222596 "> Application Security and
161161 Development: V-222596</ a > - The application must protect the confidentiality and integrity of transmitted information. </ li >
162- < li > STIG Viewer - < a href ="https://stigviewer.com/stig /application_security_and_development/2023-06-08 /finding/V-222597 "> Application Security and
162+ < li > STIG Viewer - < a href ="https://stigviewer.com/stigs /application_security_and_development/2024-12-06 /finding/V-222597 "> Application Security and
163163 Development: V-222597</ a > - The application must implement cryptographic mechanisms to prevent unauthorized disclosure of information and/or detect
164164 changes to information during transmission. </ li >
165- < li > STIG Viewer - < a href ="https://stigviewer.com/stig /application_security_and_development/2023-06-08 /finding/V-222598 "> Application Security and
165+ < li > STIG Viewer - < a href ="https://stigviewer.com/stigs /application_security_and_development/2024-12-06 /finding/V-222598 "> Application Security and
166166 Development: V-222598</ a > - The application must maintain the confidentiality and integrity of information during preparation for transmission.
167167 </ li >
168- < li > STIG Viewer - < a href ="https://stigviewer.com/stig /application_security_and_development/2023-06-08 /finding/V-222599 "> Application Security and
168+ < li > STIG Viewer - < a href ="https://stigviewer.com/stigs /application_security_and_development/2024-12-06 /finding/V-222599 "> Application Security and
169169 Development: V-222599</ a > - The application must maintain the confidentiality and integrity of information during reception. </ li >
170170</ ul >
171171
0 commit comments