Giter Site home page Giter Site logo

feedback-app-test's People

Contributors

tiagobcx avatar

Watchers

 avatar  avatar

feedback-app-test's Issues

Healthcheck Instruction Missing @ /Dockerfile

Healthcheck Instruction Missing issue exists @ Dockerfile in branch main

Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working

Namespace: tiagobcx
Repository: feedback-app-test
Repository Url: https://github.com/tiagobcx/feedback-app-test
CxAST-Project: tiagobcx/feedback-app-test
CxAST platform scan: 33d9171e-cf33-4071-bcb3-e45eddb5e9ad
Branch: main
Application: feedback-app-test
Severity: LOW
State: TO_VERIFY
Status: RECURRENT

Missing_HSTS_Header @ /dsvw.py

Missing_HSTS_Header issue exists @ dsvw.py in branch main

The web-application does not define an HSTS header, leaving it vulnerable to attack.

Namespace: tiagobcx
Repository: feedback-app-test
Repository Url: https://github.com/tiagobcx/feedback-app-test
CxAST-Project: tiagobcx/feedback-app-test
CxAST platform scan: 33d9171e-cf33-4071-bcb3-e45eddb5e9ad
Branch: main
Application: feedback-app-test
Severity: MEDIUM
State: TO_VERIFY
Status: RECURRENT
CWE: 346
Lines: 76


References
Read more

Code_Injection @ /dsvw.py

Code_Injection issue exists @ dsvw.py in branch main

The application's do_GET method receives and dynamically executes user-controlled code using exec, at line 57 of /dsvw.py. This could enable an attacker to inject and run arbitrary code.

The attacker can inject the executed code via user input, get, which is retrieved by the application in the do_GET method, at line 56 of /dsvw.py.

Namespace: tiagobcx
Repository: feedback-app-test
Repository Url: https://github.com/tiagobcx/feedback-app-test
CxAST-Project: tiagobcx/feedback-app-test
CxAST platform scan: 33d9171e-cf33-4071-bcb3-e45eddb5e9ad
Branch: main
Application: feedback-app-test
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 94
Lines: 56


References
Read more

Unsafe_Use_Of_Target_blank @ /dsvw.py

Unsafe_Use_Of_Target_blank issue exists @ dsvw.py in branch main

Using <a href="%s" target="_blank"> at line 63 of /dsvw.py, without correctly setting the "rel" attribute, or disassociating the new window from its parent, is an unsafe way of opening a new window.

Namespace: tiagobcx
Repository: feedback-app-test
Repository Url: https://github.com/tiagobcx/feedback-app-test
CxAST-Project: tiagobcx/feedback-app-test
CxAST platform scan: 33d9171e-cf33-4071-bcb3-e45eddb5e9ad
Branch: main
Application: feedback-app-test
Severity: LOW
State: TO_VERIFY
Status: RECURRENT
CWE: 1022
Lines: 10 63


References
Read more

Stored_XSS @ /dsvw.py

Stored_XSS issue exists @ dsvw.py in branch main

The method do_GET embeds untrusted data in generated output with write, at line 80 of /dsvw.py. This untrusted data is embedded into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the generated web-page.

The attacker would be able to alter the returned web page by saving malicious data in a data-store ahead of time. The attacker's modified data is then read from the database by the do_GET method with connection, at line 26 of /dsvw.py. This untrusted data then flows through the code straight to the output web page, without sanitization. 

This can enable a Stored Cross-Site Scripting (XSS) attack.

Namespace: tiagobcx
Repository: feedback-app-test
Repository Url: https://github.com/tiagobcx/feedback-app-test
CxAST-Project: tiagobcx/feedback-app-test
CxAST platform scan: 33d9171e-cf33-4071-bcb3-e45eddb5e9ad
Branch: main
Application: feedback-app-test
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 26 35 37


References
Read more

Command_Injection @ /dsvw.py

Command_Injection issue exists @ dsvw.py in branch main

The application's do_GET method calls an OS (shell) command with envs, at line 57 of /dsvw.py, using an untrusted string with the command to execute.  

This could allow an attacker to inject an arbitrary command, and enable a Command Injection attack.

The attacker may be able to inject the executed command via user input, get, which is retrieved by the application in the do_GET method, at line 56 of /dsvw.py.

Namespace: tiagobcx
Repository: feedback-app-test
Repository Url: https://github.com/tiagobcx/feedback-app-test
CxAST-Project: tiagobcx/feedback-app-test
CxAST platform scan: 33d9171e-cf33-4071-bcb3-e45eddb5e9ad
Branch: main
Application: feedback-app-test
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 77
Lines: 56


References
Read more

Unpinned Package Version in Apk Add @ /Dockerfile

Unpinned Package Version in Apk Add issue exists @ Dockerfile in branch main

Package version pinning reduces the range of versions that can be installed, reducing the chances of failure due to unanticipated changes

Namespace: tiagobcx
Repository: feedback-app-test
Repository Url: https://github.com/tiagobcx/feedback-app-test
CxAST-Project: tiagobcx/feedback-app-test
CxAST platform scan: 33d9171e-cf33-4071-bcb3-e45eddb5e9ad
Branch: main
Application: feedback-app-test
Severity: MEDIUM
State: TO_VERIFY
Status: RECURRENT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.