-
Updated
Mar 30, 2022
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 16,052 public repositories matching this topic...
-
Updated
Mar 7, 2022
Feature type
Quality of life
Describe the feature
I would like to be able to use relative paths in the launcher settings file to point to x32dbg.exe and x64dbg.exe respectively. I've already tried editing the file manually and assuming my implementation (.\/\//) isn't wrong, the launcher seemingly refuses the use of relative paths.
-
Updated
Apr 14, 2022 - Python
-
Updated
Apr 12, 2022
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
Apr 13, 2022 - Python
-
Updated
Apr 12, 2022 - Python
-
Updated
Dec 2, 2020
-
Updated
Apr 9, 2022 - Python
-
Updated
Apr 13, 2022 - C++
-
Updated
Apr 12, 2022 - Shell
Memory-Safe Assembly
Solidity 0.8.13 marked the production readiness of the Yul IR pipeline. This, amongst other things, helps to alleviate stack too deep errors by allowing the compiler to move items to memory as and when needed.
One requirement of the pipeline is that any assembly sections be memory-safe, such that they only use memory that has been previously allocated either by
-
Updated
Apr 14, 2022 - PHP
We have cd,pwd already, those two can be useful for scripts
Sorry for not following the template. It's a straightforward question.
By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:
# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
deny all;
}
However, this disables xmlrpc feature, which disa
We need a flag (compose-svc-start-wait ) to control how long docker-slim should wait before starting each service when there's a compose file (build, profile, run commands though the run command doesn't have support for compose yet).
-
Updated
Apr 13, 2022 - C++
-
Updated
Oct 20, 2021 - Shell
-
Updated
Apr 14, 2022 - Go
-
Updated
Mar 20, 2022 - SCSS
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- This issue affects my [Ory Clou
-
Updated
Mar 20, 2022
-
Updated
Apr 8, 2022 - C++
-
Updated
Apr 14, 2022 - Go
Description
Podman uses Dockerfile as well as Containerfile as filenames for the container build (ref), but at the moment, trivy does not detect Containerfile as a valid config file to be analyzed.
Since the same syntax is used for the image building, it would be interesting to add Containerfile as a "synonym" of `Docker
-
Updated
Apr 14, 2022 - Go
- Wikipedia
- Wikipedia
Security apps
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
Rewind Backups for GitHub (Formerly BackHub)
Daily, automatic backups of your repos & metadata. Restore your backups with metadata in seconds + Sync to your S3 or Azure
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
Semgrep
Code scanning at ludicrous speed. Find bugs and enforce code standards
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
GitProtect.io Backup
Automatic, daily repo and metadata backup - no maintenance needed: fast restore, DR, AWS, and S3 cloud storage support
Renovate
Keep dependencies up-to-date with automated Pull Requests
Cloudback Backup
Backups your GitHub repository, code, LFS and metadata, on-demand and on-schedule


It would be a nice addition to integrate Minimal windows service stub in Caddy (built for Windows).
At the moment, it is necessary to use for example NSSM to install Caddy as a service on Windows.
See how it becomes much more natural to [install the service and remove it in the case of another project (Gitea) with the Windows tools](https: