You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to identify the relations between Subroutine, SourceFile and Library
Notes
Since SoftwareUpdate < PlatformHardening it might not apply to SDLC.
Specific techniques based on preventive file analysis:
HardcodedCredentialElimination: the elimination from code of credentials CWE-798 and security relevant constants CWE-547
I want to Harden an Application and SourceCode via HardcodedCredentialElimination
SensitiveInformationElimination: the elimination of sensitive information before storage or transfer (e.g. on a repo) CWE-212. This applies to SourceCode, File, ...
3.DeadCodeElimination: see CWE-561. DC < CWE-1164 < CWE-710 <
ContractFirstDesign: see CWE-1068 < CWE-710 Ensures that WebServerApplication have a consistent design
I want to Harden WebServerApplication using ContractFirstDesign
ImageCodeSegmentVerification: see CWE-1357 Reliance on uncontrolled components built externally (e.g. jar files
I want to Harden an ImageCodeSegment using ImageCodeSegmentVerification
Other CWE
CWE-1078 Inappropriate codestyle includes various elements, but I don't know how to categorize it. Dead code elimination (aka CWE-561)[https://cwe.mitre.org/data/definitions/561.html] is probably related e.g. to cwe-710
The text was updated successfully, but these errors were encountered:
I expect
Notes
Since SoftwareUpdate < PlatformHardening it might not apply to SDLC.
Specific techniques based on preventive file analysis:
I want to Harden an Application and SourceCode via HardcodedCredentialElimination
3.DeadCodeElimination: see CWE-561. DC < CWE-1164 < CWE-710 <
ContractFirstDesign: see CWE-1068 < CWE-710 Ensures that WebServerApplication have a consistent design
I want to Harden WebServerApplication using ContractFirstDesign
ImageCodeSegmentVerification: see CWE-1357 Reliance on uncontrolled components built externally (e.g. jar files
I want to Harden an ImageCodeSegment using ImageCodeSegmentVerification
Other CWE
CWE-1078 Inappropriate codestyle includes various elements, but I don't know how to categorize it. Dead code elimination (aka CWE-561)[https://cwe.mitre.org/data/definitions/561.html] is probably related e.g. to cwe-710
The text was updated successfully, but these errors were encountered: