-
Updated
Jul 8, 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,555 public repositories matching this topic...
-
Updated
May 10, 2021
-
Updated
Jul 9, 2021 - C++
-
Updated
Jul 8, 2021 - Python
-
Updated
Jul 1, 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
Jul 10, 2021 - Python
-
Updated
Jul 6, 2021 - Python
-
Updated
Jul 11, 2021 - C++
-
Updated
Jul 8, 2021 - Python
-
Updated
Jul 10, 2021 - Shell
-
Updated
Jul 11, 2021 - PHP
r_anal_esil_pushnum uses snprintf, sdb_itoa is faster
-
Updated
Jul 2, 2021 - JavaScript
-
Updated
Jun 7, 2021 - Shell
-
Updated
Jul 6, 2021 - SCSS
-
Updated
May 1, 2021
-
Updated
Jul 10, 2021 - C++
🎉 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
The upstream pull got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
-
Updated
Jul 9, 2021 - Go
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Jul 1, 2021 - Go
-
Updated
Jul 3, 2021 - PHP
-
Updated
Apr 27, 2021 - Python
-
Updated
Jul 9, 2021 - Go
- Wikipedia
- Wikipedia
Security apps
Cloudback Backup
Backups your GitHub repositories, fast and secure
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
Semgrep
Code scanning at ludicrous speed. Find bugs, apply guardrails across your repos, and get feedback in PRs, Slack, or email
BackHub
Automated repository and metadata backups, with on-demand code recovery
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
Sonatype Lift
Lift helps you find and fix your most elusive bugs so you can spend time writing great code, not debugging it
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
GuardRails
GuardRails provides continuous security feedback for modern development teams
Snyk
Find, fix (and prevent!) known vulnerabilities in your code


I'm managing a bunch of servers and they're running Caddy v2. The upgrade command works great for upgrading with the packages previously chosen. In the future, it's likely I'll want to add/remove packages from that list over time.
Would it make sense to add flags to add and remove packages from the caddy build on upgrade?