Alex Floyd Marshall
Alex Floyd Marshall
Clarifying question: when the warming about the verification email already being sent is shown, I'm assuming a new email is not sent? And/or that there is no option to proceed...
To clarify the project here, two pieces: 1. Identify which CNCF incubated/graduated projects have documented vulnerability reporting procedures. 2. Create a list of links to those documents for the ones...
Here is the collected data: [CNCF Security Procedures](https://docs.google.com/spreadsheets/d/1EuI5SOTJSYAClgvz0QGPXi8FC6EhsH9h1fzfs8kDPfM/edit?usp=sharing) From what I have seen, the following projects have no defined security policy: - CloudEvents - fluentd* - OpenTracing - KubeEdge -...
@philpennock There are a few ways that projects "define" and make available their disclosure policies. One way is to put a `SECURITY` file in either the project home directory or...
Sure! I am away for the next couple of months with limited internet access, but I would be glad to build something when I return. If projects use the GitHub...
I'm back in July, so maybe let's say first draft targeted mid-Q3, aiming for presentation late Q3 or early Q4? I believe (and I need to look at this in...
Sure. I'll put the link here with permissions for commenting and then I'll share with you for editing as well. [https://docs.google.com/spreadsheets/d/1EuI5SOTJSYAClgvz0QGPXi8FC6EhsH9h1fzfs8kDPfM/edit?usp=sharing]( https://docs.google.com/spreadsheets/d/1EuI5SOTJSYAClgvz0QGPXi8FC6EhsH9h1fzfs8kDPfM/edit?usp=sharing)
1. I am interested in contributing to: - [x] Development - [x] Documentation - [x] Issue triage and community - [x] Technical advisory (review [governance document](https://github.com/artifact-ff/artifact-ff/blob/main/GOVERNANCE.md#technical-advisory-members)) 2. I am here...
I'm not certain, but I think this is the [relevant code](https://github.com/bitwarden/browser/blob/a56599fd3fb73ea6fdfe57e2a28a684988e86398/src/services/browserStorage.service.ts): from `src/services/browserStorage.service.ts`: async remove(key: string): Promise { if (this.isSafari) { await SafariApp.sendMessageToApp('storage_remove', key); } else { return new Promise((resolve)...
An important addition that took me a few rounds of debugging to figure out: you need to also require 'path' in the constants declarations at the top as follows: `const...