Skip to content

Commit

Permalink
Merge pull request #1435 from GSA/snyk-exception
Browse files Browse the repository at this point in the history
add snyk exceptions for ckan 2.10.5
  • Loading branch information
FuhuXia authored Aug 26, 2024
2 parents a861732 + a11518f commit ca16b2c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ckan/.snyk
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,22 @@ ignore:
No remediation available yet. Issue tracked in github:
https://github.com/GSA/data.gov/issues/4782
expires: 2024-09-30T16:20:58.017Z
SNYK-PYTHON-CKAN-7786366:
- '*':
reason: >-
Remediation in progress. Issue tracked in github:
https://github.com/GSA/data.gov/issues/4854
expires: 2024-09-30T16:20:58.017Z
SNYK-PYTHON-CKAN-7786367:
- '*':
reason: >-
Remediation in progress. Issue tracked in github:
https://github.com/GSA/data.gov/issues/4854
expires: 2024-09-30T16:20:58.017Z
SNYK-PYTHON-CKAN-7786369:
- '*':
reason: >-
Remediation in progress. Issue tracked in github:
https://github.com/GSA/data.gov/issues/4854
expires: 2024-09-30T16:20:58.017Z
patch: {}
2 changes: 1 addition & 1 deletion e2e/cypress/integration/dataset.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('Dataset', () => {
cy.get('.fba-modal-dialog').should('be.visible');
cy.get('#fba_location_code').should('have.value', 'ek500-water-column-sonar-data-collected-during-al0001');
// can hide the modal
cy.get('a.fba-modal-close').click();
cy.get('button.fba-modal-close').click();
cy.get('.fba-modal-dialog').should('not.be.visible');
});
});

0 comments on commit ca16b2c

Please sign in to comment.