GithubHelp home page GithubHelp logo

sap-archive / cloud-realspend-expenses-uploader Goto Github PK

View Code? Open in Web Editor NEW
0.0 8.0 6.0 331 KB

Allows posting budgets and expenses to HCP RealSpend API through SAP ERP JCO connection.

License: Apache License 2.0

Shell 0.38% Java 99.62%

cloud-realspend-expenses-uploader's Issues

Internal URL found in project

The file run.sh has a proxy server element in it that references our internal SAP proxy server. This might be an artifact from your internal work.

--hcp_proxy=proxy.wdf.sap.corp:8080

The Open Source policy from SAP is to remove any internal references from work that has been contributed to the public domain. If you would, please, remove this reference from the file, I would appreciate it. This will prevent the project from coming up in our scans in the future.

Thank you,
Jonathan Baker

SAP artifact in a Java code file

The file IntegrationTest.java contains a reference to an internal SAP server:

 {

        String[] args = {
            "--from",               "20150301",
            "--to",                 "20150501",
            "--controlling-area",   "0001",
            "--input_erp",          "system",
            "--output_hcp",
            "--output_cli",
            "--hcp_url",            "https://bmsfin-<your account here>.hanatrial.ondemand.com/core/basic/api/v1",
            "--hcp_user",           "your username here",
            "--hcp_password",       new String(Base64.decodeBase64("your password in base64 here".getBytes())),
            "--hcp_proxy",          "proxy.wdf.sap.corp:8080",
            "--budgets",
            "--resume"
        };

Specifically, the server:

proxy.wdf.sap.corp

This artifact won't work outside the SAP firewall.

SAP Open Source runs regular scans looking for artifacts in the code which might indicate our internal code has accidentally released in to the Open Source stream. This file continues to show up in our scans. Can you please fix it, or remove it, so that it no longer shows up as an error?

Thank you.

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.