The Wayback Machine - https://web.archive.org/web/20201114211828/https://github.com/topics/security
Skip to content
#

Security

Cybersecurity (security) includes controlling physical access to hardware as well as protection from attacks that come via network access, data injection, and code injection.

Here are 11,628 public repositories matching this topic...

caddy
mc0239
mc0239 commented Sep 30, 2020

Caddy version: v2.2.0 h1:sMUFqTbVIRlmA8NkFnNt9l7s0e+0gw+7GPIrhty905A=

I am trying to pass pem-encoded client certificate to proxied service via a X-SSL-Cert header, like so:

sub.example.com {
    reverse_proxy 127.0.0.1:8000 {
        header_up X-SSL-Cert {http.request.tls.client.certificate_pem}
    }

    tls {
        client_auth {
            mode require
        }
    }
}
algo
RandomDSdevel
RandomDSdevel commented Sep 23, 2017

OS/Environment

None yet, but I'm working on OS X v10.11.6 'El Capitan' client-side. (See 'The way of deployment (cloud or local)' below for details on considered server infrastructure.)

Ansible version

None yet, as I haven't yet gotten that far into setting up Algo.

Version of components from requirements.txt

Not applicable (see above.)

Summary of the pro

eagleoflqj
eagleoflqj commented Nov 6, 2020

On my rpi4 (Linux liumeo-rpi4 5.4.72-v7l+ #1356 SMP Thu Oct 22 13:57:51 BST 2020 armv7l GNU/Linux), there are 107XXs. And it seems there's an endless loop in the last 2 cases (don't know which case yet).

pi@liumeo-rpi4:~/github/radare2/test $ r2r
Skipping db/archos/linux-x64 because it does not match the current platform.
Skipping db/archos/darwin-x64 because it does not match the current 
abcoathup
abcoathup commented Oct 15, 2020

🧐 Motivation
Create simple ERC20 and ERC777 presets with fixed supply.
The benefits are:

  • Easy to deploy (including from Remix).
  • No access control (for minting/pausing), and hence no governance required.
  • Can be verified easily on public networks and then are verified for all.

📝 Details

Community members are creating their own simple ERC20 tokens, so it would be good if they

Wikipedia
Wikipedia

Security apps

Sonatype DepShield

Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen

Renovate

Keep dependencies up-to-date with automated Pull Requests

GuardRails

GuardRails provides continuous security feedback for modern development teams

LGTM

Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review

BackHub

Reliable GitHub repository backup, set up in minutes

WhiteSource Bolt

Detect open source vulnerabilities in real time with suggested fixes for quick remediation

Dependabot Preview

Automated dependency updates for Ruby, JavaScript, Python, Go, PHP, Elixir, Rust, Java and .NET

Snyk

Find, fix (and prevent!) known vulnerabilities in your code

See more Security apps
You can’t perform that action at this time.