Code Monkey home page Code Monkey logo

azurefunctions-httpbinding's Introduction

Hi there ๐Ÿ‘‹

Let me do a small introduction of myself.
Currently, I'm a Software Engineer working on Azure at Microsoft.

During my day job, I spend a lot of time in Azure.
In my spare time, I try to expand my horizon by trying out stuff in Azure or in the .NET space which I don't have time to play around with during the day.

Feel free to contact me over here or on Twitter or on my blog. You can also find me on YouTube where I'll be posting videos regularly.

The repositories

If you are interested in contributing to one or more of my repositories, here are some suggestions.
They can all use some love and you can also raise issues or feature requests on the repositories.

azurefunctions-httpbinding's People

Contributors

jandev avatar jayendranarumugam avatar

Watchers

 avatar  avatar

azurefunctions-httpbinding's Issues

Create GitHub Action for building the package & release to NuGet

The package is now being published via a build pipeline in Azure DevOps
I'd like to see this being published via a GitHub Action and only push to NuGet.org when something happens on the master branch.

The feature branches and develop branches can create prerelease packages as an artifact but not publish to NuGet.org

Update NuGet API key

The current API key for publishing to the NuGet feed is expired.
Please create a new one and add it to the secrets of this repository.

Workflows are referencing vulnerable actions

Hello, there!

As part of the university research we are currently doing regarding the security of Github Actions, we noticed that one or many of the workflows that are part of this repository are referencing vulnerable versions of the third-party actions. As part of a disclosure process, we decided to open issues to notify GitHub Community.

Please note that there are could be some false positives in our methodology, thus not all of the open issues could be valid. If that is the case, please let us know, so that we can improve on our approach. You can contact me directly using an email: ikoishy [at] ncsu.edu

Thanks in advance

  1. The workflow main.yml is referencing action gittools/actions/gitversion/setup using references v0.9.7. However this reference is missing the commit 90150b4 which may contain fix to the vulnerability.
  2. The workflow main.yml is referencing action gittools/actions/gitversion/execute using references v0.9.7. However this reference is missing the commit 90150b4 which may contain fix to the vulnerability.
  3. The workflow new-release.yml is referencing action gittools/actions/gitversion/setup using references v0.9.4. However this reference is missing the commit 90150b4 which may contain fix to the vulnerability.
  4. The workflow new-release.yml is referencing action gittools/actions/gitversion/execute using references v0.9.4. However this reference is missing the commit 90150b4 which may contain fix to the vulnerability.

The vulnerability fix that is missing by actions' versions could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider updating the reference to the action.

If you end up updating the reference, please let us know. We need the stats for the paper :-)

GitHub action to automatically apply version number

The current Action for building a package has a version number defined at several places.

Should be defined as a scoped variable in the action and use it when creating a package & compiling the binaries (AssemblyVersion entries).

Preferably the version is extracted from version control and +1'ed on every build. But other suggestions are welcome.

Add support for `PATCH`

At the moment only POST and PUT are supported.
Adding PATCH makes sense, but we'll be using the standard JSON serializer. This way we don't have to assume things what we have to do with partial updates, null values, etc.

This is up to the API or creator of the DTO.

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.