Skip to content

Update semgrep.yml #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: cf
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ad6d831
Add README (#158)
bwesterb Oct 2, 2023
f6c2818
VERSION: add cf tag
bwesterb Jul 22, 2020
12d930d
cmd/go/internal/imports, go/build: add cfgo build tag
bwesterb Jul 22, 2020
98209d8
.github: add docker-compose.yaml and GitHub Action for CI
Lekensteyn Aug 19, 2021
8846cd8
.github: replace upstream templates and CODE_OF_CONDUCT.md
cjpatton Jun 15, 2021
885e769
cmd/api: ignore CF-specific API changes
Lekensteyn Jan 19, 2022
1039543
go/build: don't check dependencies of vendored circl library
bwesterb Mar 1, 2023
b5d7912
crypto/tls: expose inter-handshake timing via CFEventHandlerContextKey
Dec 10, 2020
32f83b7
crypto/tls: Add hybrid post-quantum key agreements
bwesterb Sep 8, 2022
f2bfd08
crypto: add support for CIRCL signature schemes
bwesterb Aug 19, 2020
1169950
crypto/tls: implement draft-ietf-tls-subcerts-10
claucece Aug 19, 2020
0e7b540
crypto/tls: implement draft-ietf-tls-esni-13
cjpatton Sep 24, 2020
b935551
Set GOTOOLCHAIN to local to prevent auto-download of new Go
bwesterb Aug 14, 2023
d26ab72
Add tls.Config.ClientCurveGuess to allow specifying which keyshares t…
bwesterb Oct 2, 2023
9f08975
Use server's preferred key agreement
bwesterb Oct 3, 2023
f4334cd
Add dummy key agreement with codepoint 0xfe33 (#162)
bwesterb Oct 10, 2023
af19da5
Add support for X25519MLKEM768. (#179)
bwesterb Sep 6, 2024
26c1b82
Adding semgrep yaml file
Sep 16, 2024
a425782
Adding semgrep yaml file
Sep 16, 2024
6a2fa24
Update semgrep.yml
hrushikeshdeshpande Sep 21, 2024
532645c
Update semgrep.yml
hrushikeshdeshpande Sep 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Code of Conduct

Please read the [Go Community Code of Conduct](https://golang.org/conduct).
Please read the [Go Community Code of Conduct](https://github.com/cloudflare/go/wiki/Code-of-Conduct).
94 changes: 0 additions & 94 deletions .github/ISSUE_TEMPLATE/00-bug.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/01-pkgsite.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/02-pkgsite-removal.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/ISSUE_TEMPLATE/03-gopls.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/ISSUE_TEMPLATE/04-vuln.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/10-proposal.yml

This file was deleted.

Loading
Loading