demo_web_app icon indicating copy to clipboard operation
demo_web_app copied to clipboard

This is demo web application for howitzer_example

Results 10 demo_web_app issues
Sort by recently updated
recently updated
newest added

Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 1.3.2 to 2.2.6. Release notes Sourced from carrierwave's releases. 2.2.6 Security Fix Content-Type allowlist bypass vulnerability remained (@​mshibuya 4317871, GHSA-vfmv-jfc5-pjjw) 2.2.5 Security Fix Content-Type allowlist bypass vulnerability,...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.5 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@​flavorjones) Changed [CRuby] XML::Reader sets...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.2.8 to 2.2.8.1. Release notes Sourced from rack's releases. v2.2.8.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...

dependencies

Bumps [rails](https://github.com/rails/rails) from 6.1.7.6 to 6.1.7.7. Release notes Sourced from rails's releases. 6.1.7.7 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 5.6.8. Changelog Sourced from puma's changelog. 5.6.8 / 2024-01-08 Security Limit the size of chunk extensions. Without this limit, an attacker could cause unbounded resource...

dependencies

WIP docs https://github.com/rswag/rswag Steps: 1. Generate specs Current specs in rails-demo-app are not swagger-compatible, so they have to be rewriten. It is possible to generate spec from controller definition: $...

Need to stabilize tests for howitzer examples on travis CI to avoid job's failings

## Motivation to disable the tests tests are executing in parallel. Each test creates categories and posts to validate that they are shown as recent ones. Unfortunately at this moment...

Need to update test for all howitzer examples In tests need to check recently created article in two ways - get the x latest articles from DB through API or...

Search functionality has been implemented for articles within PR #7 , @Randomize1 , please add styles to this field ![image](https://user-images.githubusercontent.com/28791525/39017649-7f753e5e-442c-11e8-9c9c-7a537918bc34.png)

type:enhancement