schnatterer
3a10b4dfb7
Add Cloudogu products
2021-12-15 11:41:48 +01:00
Sebastian Nohn
584fdfe5a3
Fix typo in company name
2021-12-15 11:28:02 +01:00
Max Rydahl Andersen
06756afae2
Red Hat Build of Quarkus is NOT affected
2021-12-15 10:11:39 +01:00
Jesse Houwing
32305e19f2
Update README.md
2021-12-15 10:07:11 +01:00
Jesse Houwing
ba00f34ad3
Update README.md
2021-12-15 10:03:37 +01:00
Jesse Houwing
d3e09cd4d6
Adding Microsoft Azure DevOps, Azure DevOps Server and TFS
2021-12-15 10:02:28 +01:00
Flint Gatrell
caae3c2ec3
Correct references to NetApp and Nutanix, and add links to relevant advisories already linked elsewhere in the document.
2021-12-15 01:35:27 -07:00
Flint Gatrell
44ba36c149
Add Lenovo products affected, under investigation, and not affected
...
Signed-off-by: Flint Gatrell <flint@20pines.com>
2021-12-15 01:26:35 -07:00
Flint Gatrell
d092665765
Add HP Enterprise products
2021-12-15 00:40:00 -07:00
h0ffayyy
3c5ea660ab
add 2021-12-14 updates for avaya products
2021-12-15 06:08:52 +00:00
justmurphy
b82aac16ef
More cleanup
2021-12-14 22:06:05 -05:00
justmurphy
ba833cc25e
Clean up md
2021-12-14 21:46:48 -05:00
Sébastien Duquette
a122b62032
Add Devolutions as Not Impacted
2021-12-14 21:06:56 -05:00
Jonathan Leitschuh
05dbd27a71
Add Gradle as an Impacted Vendor
...
Source: I work for Gradle
2021-12-14 17:22:18 -05:00
justmurphy
ffe1a265ca
Remove template
2021-12-14 16:13:47 -05:00
justmurphy
c7d0e7770a
Update with Beaumont data.
2021-12-14 16:12:59 -05:00
justmurphy
4b8b3a86b9
Add CA & Webpage data
2021-12-14 07:50:56 -05:00
justmurphy
e9016284ee
Remove blank template
2021-12-13 17:40:34 -05:00
justmurphy
a3c9319be4
Add SECURITY.md
2021-12-13 17:39:26 -05:00
justmurphy
c4c84d0e30
Update schema with Vendor Link
2021-12-13 17:38:19 -05:00
justmurphy
a58a43e135
Update issue templates
2021-12-13 17:11:22 -05:00
justmurphy
80d45cc3a4
delete template
2021-12-13 17:05:02 -05:00
justmurphy
6e122ce393
delete config file
2021-12-13 17:03:56 -05:00
justmurphy
9580939eec
Create new template
2021-12-13 16:56:26 -05:00
justmurphy
49586ddd2f
Delete template
2021-12-13 16:55:55 -05:00
justmurphy
ba1e1b027d
Add config.yml allow for blank issues
2021-12-13 16:48:08 -05:00
justmurphy
6f09792c1f
Changed format for template
2021-12-13 16:27:39 -05:00
justmurphy
7301f43dbd
Add issue and PR information
2021-12-13 14:51:47 -05:00
justmurphy
d906ebf613
Update language for list description.
2021-12-13 14:38:21 -05:00
justmurphy
8a166847ba
Update template for issue submission.
2021-12-13 14:18:33 -05:00
justmurphy
6fb748d00d
Update status description header
2021-12-13 14:00:01 -05:00
justmurphy
1f379356f0
Update issue template
2021-12-13 13:59:14 -05:00
justmurphy
25d9f3608b
Update issue template for product submission
2021-12-13 13:58:12 -05:00
justmurphy
92d99a73a2
Update Not Affected description
2021-12-13 13:52:25 -05:00
justmurphy
73da7fe5cb
Update language for descriptions
2021-12-13 13:44:48 -05:00
justmurphy
f25f9c560e
Add status descriptions, update schema of table
2021-12-13 13:42:45 -05:00
justmurphy
368154adc8
Merge pull request #2 from justindmurphy/test
...
Testing Pull request: Add version
2021-12-13 12:07:12 -05:00
Justin Murphy
fead9259fd
Testing Pull request: Add version
2021-12-13 11:04:46 -06:00
justmurphy
6f29455f8c
Fix link
2021-12-13 11:54:29 -05:00
justmurphy
52fe5ebf13
Update sample table, change affected not affected
2021-12-13 11:37:08 -05:00
justmurphy
36b5e6f200
Create sample table
2021-12-13 10:27:47 -05:00
justmurphy
685b40dcc1
Initial commit
2021-12-13 09:59:55 -05:00
Nick M
ee39ac57e3
Merge pull request #92 from cisagov/improvement/use_action_outputs
...
Use Outputs of cisagov/setup-env-github-action to Control Installed Program Versions
2021-10-19 17:54:23 -04:00
Nicholas McDonnell
8797e110d3
Store Go version as a step output
...
This changes from using an environment variable to using a step output to store
the Go version that is installed. This mirrors changes made to the other
program versions and how they're stored.
2021-10-19 17:51:23 -04:00
Nicholas McDonnell
2699e09eb7
Use setup-env outputs for Terraform-docs version
...
We change the "Install Terraform-docs" step to use two local environment
variables to provide the package's URL and version to install. This allows us
to work around `yamllint` line length limits.
2021-10-19 17:51:22 -04:00
Nicholas McDonnell
0851598edd
Use setup-env outputs for shfmt version
...
We change the "Install shfmt" step to use two local environment variables to
provide the package's URL and version to install. This allows us to work around
`yamllint` line length limits.
2021-10-19 17:51:22 -04:00
Nicholas McDonnell
64b24714ac
Use setup-env outputs for Packer version
...
We use a `PACKER_VERSION` environment variable for the "Install Packer" step
that is populated from the `setup-env` outputs to get around `yamllint` lint
length limits.
2021-10-19 17:51:22 -04:00
Nicholas McDonnell
1e16136272
Use setup-env outputs for Terraform version
...
Change from using an environment variable to the outputs of the
cisagov/setup-env-github-action instead.
2021-10-19 17:51:22 -04:00
Nicholas McDonnell
6cf78c02e1
Use an id when using cisagov/setup-env-github-action
2021-10-19 17:51:21 -04:00
Nick M
ff73498c96
Merge pull request #94 from cisagov/improvement/add_dependabot_configuration_for_terraform
...
Add `dependabot` Configuration for Terraform
2021-10-19 17:50:08 -04:00