-
## CVE-2021-38300 - High Severity Vulnerability
Vulnerable Library - linux-stable-rtv4.1.33
Julia Cartwright's fork of linux-stable-rt.git
Library home page: https://git.kernel.org/pub/scm/linux/ke…
-
## CVE-2021-38300 - High Severity Vulnerability
Vulnerable Library - kernelv4.19.76
Our patched kernel sources. This repository is generated from https://github.com/openSUSE/kernel-source
Library h…
-
# Lines of code
https://github.com/code-423n4/2023-08-shell/blob/main/src/proteus/EvolvingProteus.sol#L586-L594
https://github.com/code-423n4/2023-08-shell/blob/main/src/proteus/EvolvingProteus.sol#L…
-
I've read the note in the documentation:
> You must already have 2 tags in your repository (1 previous tag + the current latest tag triggering the job). The job will exit with an error if it can't …
gremo updated
9 months ago
-
Hi guys,
We've been experiencing a crash in genome/lib/perl/Genome/Model/ClinSeq/Command/**SummarizeTier1SnvSupport.pm.R**
The code where the script crashes is on the following line:
`p = p + geom_v…
-
Hi there, I'm a Rails developer just starting out with Flutter and your SQFEntity lib with a test project.
Using:
```
sqfentity: ^2.3.0
sqfentity_gen: ^2.3.0
```
I'm pulling in JSON data…
-
### CopilotCode Component
**Is your feature request related to a problem? Please describe.**
Currently the text area is good but doesn't provide syntax highlighting, file explorer, and other useful …
-
Currently, the rationale for why `unless` does not allow chaining is basically, "`unless` is exactly equivalent to `if not`, and `unless...elseunless...else` is confusing, so just reverse your logic i…
-
### Issue Summary:
Java buildpack allows to pass SPRING_APPLICATION_JSON env var to an application. It's hard to edit in the form based configuration in the existing env vars. If buildpack is selecte…
-
e.g. `format: "{{execution.result.tasks.1.result.result}}"`
Its obviously brittle, confusing and extremely error prone.
Perhaps a nice filter of the form `{{ execution.result | task_result() }}`