-
Updated
Oct 7, 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 14,311 public repositories matching this topic...
-
Updated
Aug 8, 2021
-
Updated
Oct 4, 2021 - C++
-
Updated
Oct 6, 2021 - Python
-
Updated
Sep 10, 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
Oct 6, 2021 - Python
-
Updated
Oct 7, 2021 - Python
-
Updated
Sep 10, 2021 - Python
-
Updated
Oct 7, 2021 - C++
-
Updated
Sep 29, 2021 - Shell
-
Updated
Oct 7, 2021 - PHP
- /o?
- /w?
- /i?
- /f?
- /s?
- /O?
- /d?
- /F?
- a8?
- aF?
- afm?
- afu?
- afna?
-
Updated
Oct 7, 2021 - JavaScript
🎉 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
Oct 1, 2021 - Shell
-
Updated
Sep 27, 2021 - SCSS
-
Updated
Sep 22, 2021
-
Updated
Oct 7, 2021 - C++
The upstream issues got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
-
Updated
Oct 6, 2021 - C++
-
Updated
Oct 7, 2021 - Go
-
Updated
Sep 20, 2021 - Go
-
Updated
Jul 19, 2021 - JavaScript
-
Updated
Oct 7, 2021 - Go
- Wikipedia
- Wikipedia
Security apps
Semgrep
Code scanning at ludicrous speed. Find bugs, apply guardrails across your repos, and get feedback in PRs, Slack, or email
Renovate
Keep dependencies up-to-date with automated Pull Requests
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review
GuardRails
GuardRails provides continuous security feedback for modern development teams
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
Cloudback Backup
Backups your GitHub repositories, fast and secure
GitProtect.io Backup
Fully manageable, most professional repository and metadata backup and recovery
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
BackHub Backups by Rewind
Backup your GitHub repos & metadata automatically. Get daily backups that can be restored in seconds – AWS storage available

I have modified the default file_server browse template to integrate it with a website, by using
httpIncludeto load blocks of HTML containing the header, footer and theme. These files are hosted on the same Caddy instance, and it works well provided that compression is not enabled. When compression is enabled, the file_server browser becomes garbage: it appears that raw compressed data is inc