-
Updated
Mar 26, 2021
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 13,067 public repositories matching this topic...
-
Updated
Mar 31, 2021
-
Updated
Apr 19, 2021 - C++
-
Updated
Apr 21, 2021 - Python
-
Updated
Jan 16, 2021
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
-
Updated
Dec 2, 2020
-
Updated
Nov 11, 2020 - Python
-
Updated
Apr 23, 2021 - C++
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 21, 2021 - Python
-
Updated
Apr 21, 2021 - Shell
-
Updated
Apr 24, 2021 - PHP
Description
Motivation
When inserting new submaps into a RIOBank, adjusting the boundaries of existing submaps is necessary, to ensure that submaps don't intersect.
Task
Implement r_io_submap_set_from and r_io_submap_set_to in libr/io/io_submap.c on siol_eternal branch:
R_API bool r_io_submap_set_from(RIOSubmap *sm, const ut64 from);
R_API bool r_io_submap_set_to(RIOSubma
-
Updated
Apr 10, 2021 - Shell
-
Updated
Apr 22, 2021 - SCSS
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Feb 23, 2021
-
Updated
Apr 24, 2021 - C++
Support ES256
So fosite has ES256 support, I have seen some past PRs to support ES256 in Hydra (ory/hydra#628, ory/hydra#627), but looking at the code I do not see it really being supported in Hydra.
While RS256 is recommended by the spec, ES256 is close to that with its "Recommended+" recommendation. Support
🎉 Description
The ECDSA contract has a function toEthSignedMessage(bytes32), but we should have a function that works for any length of a bytes array:
function toEthSignedMessage(bytes s) pure internal returns (bytes32) {
return keccak256(
"\x19Ethereum Signed Message:\n",
uintToBytes(s.length),
s);
}
Where uintToBytes is implemented from an ideally
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Apr 24, 2021 - Go
-
Updated
Apr 23, 2021 - PHP
-
Updated
Apr 22, 2021 - Python
-
Updated
Apr 21, 2021 - Go
-
Updated
Apr 24, 2021 - Go
- Wikipedia
- Wikipedia
Security apps
Cloudback Backup
Backups your GitHub repositories, fast and secure
BackHub
Reliable GitHub repository backup, set up in minutes
Semgrep
Code scanning at ludicrous speed. Find bugs, apply guardrails across your repos, and get feedback in PRs, Slack, or email
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
Dependabot Preview
Automated dependency updates for Ruby, JavaScript, Python, Go, PHP, Elixir, Rust, Java and .NET
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review
Renovate
Keep dependencies up-to-date with automated Pull Requests
GuardRails
GuardRails provides continuous security feedback for modern development teams
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
I’m trying to script setup and configuration of caddy server based on a custom download that includes additional plugins (caddy-auth-portal, caddy-auth-jwt, caddy-trace, and various caddy-dns modules ).
During setup, the caddy unit file is configured to run caddy as a non priveledged user (by design).
To get certificates configured properly we are attempting to use the caddy trust command