-
Updated
Oct 4, 2020
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 12,720 public repositories matching this topic...
-
Updated
Feb 25, 2021
-
Updated
Feb 15, 2021 - C++
-
Updated
Feb 26, 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
Mar 5, 2021 - C++
-
Updated
Feb 28, 2021 - Python
-
Updated
Mar 2, 2021 - Python
-
Updated
Mar 6, 2021 - Shell
-
Updated
Mar 5, 2021 - PHP
On Ubuntu 20.10 x64
sys/sanitize.sh
export ASAN_OPTIONS=detect_odr_violation=0
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.6Then run tests. Memory leak everywhere.
-
Updated
Feb 15, 2021 - Shell
-
Updated
Mar 1, 2021 - SCSS
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Mar 5, 2021 - Java
-
Updated
Feb 23, 2021
Either way, this is a nice-to-have, so it's not 100% necessary - just wanted to get the idea out there and looked at just in case a contributor comes along and wants to contribute. Happy to help when I have the time though!
Is your feature request related to a problem? Please describe.
When I'm testing the auth flow locally with the custom IdP I'm developing, I'd like for the token clien
-
Updated
Mar 6, 2021 - JavaScript
-
Updated
Mar 4, 2021 - Go
-
Updated
Dec 30, 2020 - PHP
-
Updated
Aug 16, 2020 - Python
🎉 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
Mar 6, 2021 - Go
-
Updated
Feb 6, 2021 - Python
- Wikipedia
- Wikipedia
GitHub CTF - A Call to Hacktion!
Mar 17 - 21, 2021 • Online
Security apps
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
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
Renovate
Keep dependencies up-to-date with automated Pull Requests
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
GuardRails
GuardRails provides continuous security feedback for modern development teams
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
BackHub
Reliable GitHub repository backup, set up in minutes
Currently the
install_trustoption for CAs from thepkimodule can only be configured via JSON/API.Setting TLS to
internalwith optionon_demandis easily possible with a Caddyfile and allows for a quick and simple internal setup. Trust store installation on the machine itself is not necessary and only leads to startup errors being logged from bothsudoandcaddy.Therefore it w