javascript Programming Glossary: vulnerabilities
Content-Security-Policy error in google chrome extension making http://stackoverflow.com/questions/11045653/content-security-policy-error-in-google-chrome-extension-making file is allowed to execute to prevent Cross Site Scripting vulnerabilities in extensions . So instead of defining getPageandSelectedTextIndex..
Can I make an XMLHttpRequest to another domain? http://stackoverflow.com/questions/324697/can-i-make-an-xmlhttprequest-to-another-domain future so we can securely do this. Cross site scripting vulnerabilities would be rampant other wise. JSONP is a possible solution if..
Prevent XSS attacks site-wide http://stackoverflow.com/questions/3638619/prevent-xss-attacks-site-wide an easy way to do this. I've been assigned to fix XSS vulnerabilities site wide on this CF site. Unfortunately there are tons of pages..
UserScripts & Greasemonkey: calling a website's JavaScript functions http://stackoverflow.com/questions/5006460/userscripts-greasemonkey-calling-a-websites-javascript-functions into the page but this introduced serious security vulnerabilities. In the old model scripts ran with the elevated rights of the..
Open local folder from link http://stackoverflow.com/questions/5246292/open-local-folder-from-link installation paths Allowing sites to exploit system vulnerabilities e.g. C con con in Windows 95 98 Allowing sites to detect browser..
How to get the windows user name using javascript in google chrome browser for google chrome extension http://stackoverflow.com/questions/5335342/how-to-get-the-windows-user-name-using-javascript-in-google-chrome-browser-for-g plugin has full unrestricted access to the system so any vulnerabilities can be used by an attacker to compromise the users system. Reference..
What is CDATA in HTML? http://stackoverflow.com/questions/7092236/what-is-cdata-in-html in web browsers and can lead to cross site scripting vulnerabilities if used to display data from untrusted sources since the two..
Examples of XSS that I can use to test my page input? http://stackoverflow.com/questions/7232405/examples-of-xss-that-i-can-use-to-test-my-page-input individual inject JS alert showing that the my input had vulnerabilities. I have done research on XSS and found examples but for some.. htmlspecialchars but I first am trying to reproduce these vulnerabilities. Thanks php javascript security xss share improve this question..
|