Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

configloader: jsonschema: Rename due to typosquat #1479

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

pdxjohnny
Copy link
Contributor

@pdxjohnny pdxjohnny commented Jan 2, 2024

https://github.com/sjnscythe has released a package known as dffml-config-jsonschema as such we have renamed dffml-config-jsonschema to dffml-configloader-jsonschema

cd configloader/jsonschema/
mv dffml_config_jsonschema dffml_configloader_jsonschema
sed -i -e 's/dffml_config_jsonschema/dffml_configloader_jsonschema/g' $(git grep dffml_config_jsonschema | sed -e 's/:.*//g' | sort | uniq)
sed -i -e 's/dffml-config-jsonschema/dffml-configloader-jsonschema/g' $(git grep dffml-config-jsonschema | sed -e 's/:.*//g' | sort | uniq)
git add $(git status | grep modified | awk '{print $NF}')
git diff --staged
git commit -sm 'configloader: jsonschema: Rename due to typosquat'

Signed-off-by: John Andersen <[email protected]>
@aliceoa-intel aliceoa-intel merged commit 5226a95 into main Jan 2, 2024
13 of 33 checks passed
@aliceoa-intel aliceoa-intel deleted the jsonschema-typosquat-rename branch January 2, 2024 23:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants