SecLists icon indicating copy to clipboard operation
SecLists copied to clipboard

Add known OpenAPI paths

Open emmanuelgautier opened this issue 9 months ago • 2 comments

Those OpenAPI paths have been found thanks to ChatGPT plugins.

Here some examples:

  • https://github.com/dannyp777/ChatGPT-AI-Plugin-Manifest-Lists/blob/main/list-openapi-yaml.txt
  • https://github.com/dannyp777/ChatGPT-AI-Plugin-Manifest-Lists/blob/main/list-ai-plugin-json.txt

emmanuelgautier avatar May 12 '24 11:05 emmanuelgautier

Hello! I see you're using conventional commits syntax. The correct commit type for this commit would be feat, as it is adding new content into the repository. To correct the commit message of your last commit you can use the command:

git commit --amend

Afterwards, feel free to do a git push -f. Thank you for contributing!

ItsIgnacioPortal avatar May 12 '24 22:05 ItsIgnacioPortal

Hello! I see you're using conventional commits syntax. The correct commit type for this commit would be feat, as it is adding new content into the repository. To correct the commit message of your last commit you can use the command:

git commit --amend

Afterwards, feel free to do a git push -f. Thank you for contributing!

I changed the commit type as you recommended.

Now, is it a feature for a list ? That is the question.

emmanuelgautier avatar May 18 '24 13:05 emmanuelgautier

Thanks @emmanuelgautier

g0tmi1k avatar Jun 11 '24 15:06 g0tmi1k