Home
last modified time | relevance | path

Searched refs:security (Results 1 – 25 of 96) sorted by relevance

1234

/llvm-project-15.0.7/llvm/docs/
H A DSecurity.rst7 1. Allow LLVM contributors and security researchers to disclose security-related issues affecting t…
18 .. _report-security-issue:
20 How to report a security issue?
152 * Help write and review patches to address security issues.
160 It seems like bugzilla and email don't meet security requirements.
166 * File security issues.
167 * Discuss security improvements to LLVM.
189 …n which circumstances (if any) an issue is relevant to security, and determine if it is a security
207 What is considered a security issue?
218 The security-sensitive parts of the LLVM Project currently are:
[all …]
H A DSecurityTransparencyReports.rst10 The :doc:`LLVM security group <Security>` was established on the 10th of July
18 * We defined details on how to report security issues, see `this commit on
28 In 2021, the security group received 13 issue reports that were made publicly
29 visible before 31st of December 2021. The security group judged 2 of these
30 reports to be security issues:
39 the security group now has implemented all necessary processes for the group to
43 security group <https://llvm.org/docs/GettingInvolved.html#online-sync-ups>`_.
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsecurity-syntax-checks-nscoder.m2 // RUN: -analyzer-checker=security.insecureAPI.decodeValueOfObjCType %s
4 // RUN: -analyzer-checker=security.insecureAPI.decodeValueOfObjCType %s
6 // RUN: -analyzer-checker=security.insecureAPI.decodeValueOfObjCType %s
8 // RUN: -analyzer-checker=security.insecureAPI.decodeValueOfObjCType %s
10 // RUN: -analyzer-checker=security.insecureAPI.decodeValueOfObjCType %s
12 // RUN: -analyzer-checker=security.insecureAPI.decodeValueOfObjCType %s
14 // RUN: -analyzer-checker=security.insecureAPI.decodeValueOfObjCType %s
16 // RUN: -analyzer-checker=security.insecureAPI.decodeValueOfObjCType %s
H A Dsecurity-syntax-checks.m2 // RUN: -analyzer-checker=security.insecureAPI \
3 // RUN: -analyzer-checker=security.FloatLoopCounter
7 // RUN: -analyzer-checker=security.insecureAPI \
8 // RUN: -analyzer-checker=security.FloatLoopCounter
12 // RUN: -analyzer-checker=security.insecureAPI \
13 // RUN: -analyzer-checker=security.FloatLoopCounter
17 // RUN: -analyzer-checker=security.insecureAPI \
21 // RUN: -analyzer-checker=security.insecureAPI \
26 // RUN: -analyzer-checker=security.insecureAPI \
31 // RUN: -analyzer-checker=security.insecureAPI \
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/
H A Dsecurity.FloatLoopCounter.rst1 .. title:: clang-tidy - clang-analyzer-security.FloatLoopCounter
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-floatloopco…
5 clang-analyzer-security.FloatLoopCounter
8 The clang-analyzer-security.FloatLoopCounter check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-floatloopcounter>…
H A Dsecurity.insecureAPI.getpw.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.getpw
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.getpw
8 The clang-analyzer-security.insecureAPI.getpw check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-getpw…
H A Dsecurity.insecureAPI.mktemp.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.mktemp
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.mktemp
8 The clang-analyzer-security.insecureAPI.mktemp check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-mktem…
H A Dsecurity.insecureAPI.strcpy.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.strcpy
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.strcpy
8 The clang-analyzer-security.insecureAPI.strcpy check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-strcp…
H A Dsecurity.insecureAPI.bcopy.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.bcopy
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.bcopy
8 The clang-analyzer-security.insecureAPI.bcopy check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-bcopy…
H A Dsecurity.insecureAPI.rand.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.rand
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.rand
8 The clang-analyzer-security.insecureAPI.rand check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-rand>…
H A Dsecurity.insecureAPI.UncheckedReturn.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.UncheckedReturn
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.UncheckedReturn
8 The clang-analyzer-security.insecureAPI.UncheckedReturn check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-unche…
H A Dsecurity.insecureAPI.gets.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.gets
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.gets
8 The clang-analyzer-security.insecureAPI.gets check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-gets>…
H A Dsecurity.insecureAPI.DeprecatedOrUnsafeBufferHandling.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling
8 The clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling check is an alias, please …
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-depre…
H A Dsecurity.insecureAPI.bcmp.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.bcmp
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.bcmp
8 The clang-analyzer-security.insecureAPI.bcmp check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-bcmp>…
H A Dsecurity.insecureAPI.bzero.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.bzero
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.bzero
8 The clang-analyzer-security.insecureAPI.bzero check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-bzero…
H A Dsecurity.insecureAPI.mkstemp.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.mkstemp
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.mkstemp
8 The clang-analyzer-security.insecureAPI.mkstemp check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-mkste…
H A Dsecurity.insecureAPI.vfork.rst1 .. title:: clang-tidy - clang-analyzer-security.insecureAPI.vfork
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi…
5 clang-analyzer-security.insecureAPI.vfork
8 The clang-analyzer-security.insecureAPI.vfork check is an alias, please see
9 … Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-vfork…
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td79 …"message-security-assist-extension3", "MessageSecurityAssist3", (all_of FeatureMessageSecurityAssi…
80 "Assume that the message-security-assist extension facility 3 is installed"
84 …"message-security-assist-extension4", "MessageSecurityAssist4", (all_of FeatureMessageSecurityAssi…
85 "Assume that the message-security-assist extension facility 4 is installed"
174 …"message-security-assist-extension5", "MessageSecurityAssist5", (all_of FeatureMessageSecurityAssi…
175 "Assume that the message-security-assist extension facility 5 is installed"
214 …"message-security-assist-extension7", "MessageSecurityAssist7", (all_of FeatureMessageSecurityAssi…
215 "Assume that the message-security-assist extension facility 7 is installed"
219 …"message-security-assist-extension8", "MessageSecurityAssist8", (all_of FeatureMessageSecurityAssi…
220 "Assume that the message-security-assist extension facility 8 is installed"
[all …]
/llvm-project-15.0.7/lld/test/COFF/
H A Dmanifest.test14 MANIFEST: <security>
18 MANIFEST: </security>
30 UAC: <security>
34 UAC: </security>
47 DEPENDENCY: <security>
51 DEPENDENCY: </security>
94 SEVERALDEPS: <security>
98 SEVERALDEPS: </security>
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst435security.FloatLoopCounter <clang-analyzer/security.FloatLoopCounter.html>`_, `Clang Static Analyze…
438security.insecureAPI.bcmp <clang-analyzer/security.insecureAPI.bcmp.html>`_, `Clang Static Analyze…
439security.insecureAPI.bcopy <clang-analyzer/security.insecureAPI.bcopy.html>`_, `Clang Static Analy…
440security.insecureAPI.bzero <clang-analyzer/security.insecureAPI.bzero.html>`_, `Clang Static Analy…
441security.insecureAPI.getpw <clang-analyzer/security.insecureAPI.getpw.html>`_, `Clang Static Analy…
442security.insecureAPI.gets <clang-analyzer/security.insecureAPI.gets.html>`_, `Clang Static Analyze…
443security.insecureAPI.mkstemp <clang-analyzer/security.insecureAPI.mkstemp.html>`_, `Clang Static A…
444security.insecureAPI.mktemp <clang-analyzer/security.insecureAPI.mktemp.html>`_, `Clang Static Ana…
445security.insecureAPI.rand <clang-analyzer/security.insecureAPI.rand.html>`_, `Clang Static Analyze…
446security.insecureAPI.strcpy <clang-analyzer/security.insecureAPI.strcpy.html>`_, `Clang Static Ana…
[all …]
/llvm-project-15.0.7/lldb/scripts/
H A Dmacos-setup-codesign.sh18 security find-certificate -Z -p -c "$CERT" /Library/Keychains/System.keychain > /dev/null 2>&1
46 sudo security add-trusted-cert -d -r trustRoot -p codeSign -k /Library/Keychains/System.keychain "$…
50 sudo security import "$TMPDIR/$CERT.key" -A -k /Library/Keychains/System.keychain > /dev/null 2>&1
/llvm-project-15.0.7/
H A DSECURITY.md3 To report security issues in LLVM, please follow the steps outlined on the
4 [LLVM Security Group](https://llvm.org/docs/Security.html#how-to-report-a-security-issue)
/llvm-project-15.0.7/.github/workflows/
H A Dissue-subscriber.yml21 …# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-a…
/llvm-project-15.0.7/llvm/test/tools/llvm-mt/
H A Dsingle_file.test10 CHECK-NEXT: <security>
14 CHECK-NEXT: </security>
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlvi-hardening-inline-asm.ll91 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
98 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
105 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
123 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
130 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…
137 ; WARN-NEXT: note: See https://software.intel.com/security-software-guidance/insights/deep-dive-loa…

1234