Git Product home page Git Product logo

hcl-tech-software / altoroj Goto Github PK

View Code? Open in Web Editor NEW
220.0 220.0 454.0 5.06 MB

WARNING: This app contains security vulnerabilities. AltoroJ is a sample banking J2EE web application. It shows what happens when web applications are written with consideration of app functionality but not app security. It's a simple and uncluttered platform for demonstrating and learning more about real-life application security issues.

License: Apache License 2.0

Java 36.49% HTML 12.73% CSS 14.00% JavaScript 7.24% Rich Text Format 29.53%
appscan

altoroj's People

Contributors

apvk avatar mattmurp avatar websnke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

altoroj's Issues

XSS breach

Hello,
There is a xss breach in your website

Unable to build with Gradle 7.x

Build fails with the following error when using Gradle 7

A problem occurred evaluating root project 'AltoroJ-AltoroJ-3.3'.

Could not find method compile() for arguments [directory 'WebContent/WEB-INF/lib',

Cause is that the "compile" option in the build.gradle file has been depreciated since Gradle 4.10 and has been removed in Gradle 7

It has been superseded by implementation.

Changing the following line in the build.gradle file seems to resolve the issue:
dependencies {
compile
fileTree(dir:

dependencies {
implementation
fileTree(dir:

avancedStaticPageProcessing breaks on Mac

avancedStaticPageProcessing breaks on Mac/Linux if the path has any spaces in it. Suggest adding some single quotes in index.jsp at line 62.

command = "cat '" + path + "/" + content + "'";

H

Y

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.