Philippe Arteau

Results 50 issues of Philippe Arteau

Hi Joe, This is a simple notification to let you know that I have built a [very similar extension](https://github.com/GoSecure/csp-auditor/). Both have passive rules to analyze CSP header(s). I initially start...

enhancement

This element has been postponed since the beginning. The goal is simple have extended description that will describe **risk** with **vulnerable code sample** and **secure code sample**. Roslyn does not...

enhancement

- Detailed error messages turned on in the resulting web.release.config (Suggested by @antmldr) This is not a high priority because Roslyn does not support properly the analysis of additional reference....

enhancement

I'm not sure of the real benefit. https://msdn.microsoft.com/en-us/library/dd997171.aspx

Please publish the package to Maven central. http://central.sonatype.org/pages/ossrh-guide.html

``` > docker-compose up Pulling play (alexproca/play:2.2.3)... ERROR: pull access denied for alexproca/play, repository does not exist or may require 'docker login' ``` @alexproca I have check https://hub.docker.com/r/alexproca/ubuntu-play/ and it...

help wanted

Migrate SpotBugs GitHub action. Apparently it is related to the Node version used. https://github.com/jwgmeligmeyling/spotbugs-github-action/issues/170 https://github.com/marketplace/actions/publish-spotbugs-report

internal

### Reproduction Link (jsfiddle can't be used because the vue template are not compiled) ### Steps to reproduce Use the header ``` Content-Security-Policy: script-src 'self'; object-src 'self'; ``` Include the...

needs repro

It is possible to do multiple transformations in an object "block" (begin - end). ```c GRRLIB_ObjectViewBegin(); GRRLIB_ObjectViewRotate(0,0,a*4); GRRLIB_ObjectViewTrans(0,1.0,0); GRRLIB_ObjectViewRotate(0,0,a*2); GRRLIB_ObjectViewTrans(0,0.5,0); GRRLIB_ObjectViewRotate(0,0,a*2); GRRLIB_ObjectViewEnd(); GRRLIB_DrawCube(0.4f,0.5,0x0000FFFF); ``` It seems that rotation is always...

No change to code. This PR is simply adding documentation. It adds simple instruction to make pipal work on Windows. This should close the issue #37. Tested on Windows 10