Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed the yml extension from field_apidoc_file_link and field_apidoc_spec allowed values #175

Closed
wants to merge 1 commit into from

Conversation

shishir-intelli
Copy link
Collaborator

Closes #152

Removed .yml extension from field_apidoc_file_link and field_apidoc_spec allowed values because in Drupal 8+ .yml can contain sensitive information which can cause security issues.

@shishir-intelli shishir-intelli added the enhancement New feature or request label Mar 29, 2022
@shishir-intelli shishir-intelli added this to the 8.x-2.8 milestone Mar 29, 2022
/**
* Removed yml extension from field_apidoc_file_link and field_apidoc_spec allowed values.
*/
function apigee_api_catalog_update_8808() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR should merge in the 3.x branch as well.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The update can be 8810

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@phdhiren
3.x branch #176

@shishir-intelli shishir-intelli changed the base branch from 8.x-2.x to 3.x March 29, 2022 09:46
@shishir-intelli shishir-intelli changed the base branch from 3.x to 8.x-2.x March 29, 2022 10:00
@phdhiren
Copy link
Collaborator

Closing the PR as we have released this feature in 3.x separately

@phdhiren phdhiren closed this Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Catalog does not render API documentation when using YML specs.
2 participants