1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-09-19 19:12:38 +00:00
Commit graph

294 commits

Author SHA1 Message Date
Nicholas McDonnell
4fede9f453
Update repository CODEOWNERS 2021-12-15 15:30:13 -05:00
Nicholas McDonnell
22ed63d41d
Pare down linting to the essentials
Reduce the linting to the essentials that fit the scope of this project.
2021-12-15 15:30:11 -05:00
Nicholas McDonnell
83c31e7d51
Merge branch 'develop' of github.com:cisagov/skeleton-generic into improvement/integrate_linting 2021-12-15 14:54:02 -05:00
Chris Sullivan
facf89a587
Update README.md 2021-12-15 14:31:56 -05:00
Chris Sullivan
77428c4b9d
Update README.md 2021-12-15 14:10:32 -05:00
justmurphy
7dbb12e866
Merge pull request #19 from sduquette-devolutions/devolutions
Add Devolutions as Not Impacted
2021-12-15 10:57:09 -05:00
justmurphy
f89641048b
Merge branch 'develop' into devolutions 2021-12-15 10:56:49 -05:00
justmurphy
7b10e089a5
Merge pull request #10 from JLLeitschuh/patch-1
Add Gradle as an Impacted Vendor
2021-12-15 10:18:46 -05:00
justmurphy
4287853c82
Merge branch 'develop' into patch-1 2021-12-15 10:18:08 -05:00
justmurphy
dbe0313739
Fix Check Point typo 2021-12-15 09:44:52 -05:00
justmurphy
f89261ac3d
Merge pull request #75 from nohn/patch-1
Fix typo in company name (Ubiquity => Ubiquiti)
2021-12-15 09:12:24 -05:00
justmurphy
d88dc0c53d
Merge branch 'develop' into patch-1 2021-12-15 09:12:04 -05:00
justmurphy
b27798ce72
Cleanup md file for easier editing 2021-12-15 08:48:56 -05:00
Sebastian Nohn
584fdfe5a3
Fix typo in company name 2021-12-15 11:28:02 +01: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